Command JetDownload this extension from the VS marketplace Visual Studio 2022 (17.10) This extension is based on VisualStudio.Extensibility (Preview) which is a new framework for developing Visual Studio extensions that focuses primarily on extensions that run out-of-process from the IDE for improved performance and reliability. I created this extension both to experiment with the new framework and to provide a visual way to run commands within Visual Studio. The commands can be either local or remote. Remote commands are designed to be executed based on the SSH protocol. To run remote commands, you need a key. The path to this key can be set in the settings file as the value of To use the extension, place Note
|