JohnTheGr8 / Wox.Plugin.Spotify

Spotify plugin for Wox launcher
MIT License
31 stars 7 forks source link

Debug config #13

Open artikweb opened 6 years ago

artikweb commented 6 years ago

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 commented 6 years ago

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