Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug config #13

Open
artikweb opened this issue Jun 27, 2018 · 1 comment
Open

Debug config #13

artikweb opened this issue Jun 27, 2018 · 1 comment

Comments

@artikweb
Copy link

Hello,
I cloned the repo to see if I can help fix some kinks of the plugin but I don't seem to understand how you hook it up to Wox from VS.
Restored the nuget packages etc. and everything builds (at least I don't see any output errors).

Can you help me out?

@JohnTheGr8
Copy link
Owner

Hey,

You cannot really debug the plugin while running it with Wox. This is because Wox loads all plugins on startup and requires a restart every time you install or update a plugin.

My process is to compile the plugin, bundle all files in a .zip, rename to .wox and manually drag-n-drop the .wox file to Wox to install the compiled version.

This is not very practical, of course, but the project is small enough to make it manageable. A better way would be to write some tests that check the plugin with various input queries.

Let me know if this helps.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants