You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: