-
node (tested with v18.15.0)
-
npm (tested with 9.5.0)
-
git checkout
-
cd octane-vscode-plugin/
-
npm install
-
Inside the editor, press
F5
to compile and run the extension. This will run the extension in a new Extension Developement Host window. -
One can install the extension by issueing the following command in shell:
code --install-extension visual-studio-code-plugin-for-alm-octane-0.0.1.vsix
providing the path to the.vsix
file.
-
intall
vsce
,short for "Visual Studio Code Extensions":npm install -g vsce
-
cd octane-vscode-plugin/
-
run command
vsce package
if you want to package and test the extension on your local install of VS Code. -
run command
vsce publish
if you want to publish the extension.