Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 448 Bytes

INSTALL_DEBUG.md

File metadata and controls

7 lines (6 loc) · 448 Bytes

Install

You can manually install a VS Code extension packaged in a .vsix file. Using the Install from VSIX... command in the Extensions View command drop-down, or the Extensions: Install from VSIX... command in the Command Palette, point to the .vsix file.

You can also install using the VS Code --install-extension command line switch providing the path to the .vsix file.

code --install-extension myextension.vsix