dotnet-vs icon indicating copy to clipboard operation
dotnet-vs copied to clipboard

Register extension with PowerToy Run

Open kzu opened this issue 5 years ago • 0 comments

PowerToy Run is awesome and it's extensible.

We just need to copy a plugin to the %LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins folder.

The experience should involve typing vs[space] > [list vs versions ]. If you specify valid VS arguments (like vs ent +web for example, the plugin should run the vs where command with those switches and filter the list of VSes shown to those matching the criteria.

See C:\Program Files\PowerToys\modules\launcher to inspect how it's run, https://github.com/microsoft/PowerToys/tree/master/src/modules/launcher for the source of the built-in plugins.

Back this issue Back this issue

kzu avatar Oct 24 '20 19:10 kzu