-
Notifications
You must be signed in to change notification settings - Fork 3
home
- Install Visual Studio Code first.
- Install Extension vscode-isg-cnc-VERSIONNUMBER.vsix (for example: vscode-isg-cnc-0.2.1.vsix)
Important: Doubleclick on vsix file didn't work! Install via Visual Studio Code - Extensions - ... - Install from VSIX...
![](https://github.com/isg-stuttgart/vscode-isg-cnc/tree/master/images/vscode-isg-cnc-settings.png)
- Check the correct path to your documentaion.
![](https://github.com/isg-stuttgart/vscode-isg-cnc/tree/master/images/vscode-isg-cnc-settings-documentation.png)
- Check the correct path to your browser.
![](https://github.com/isg-stuttgart/vscode-isg-cnc/tree/master/images/vscode-isg-cnc-settings-browser.png)
- Choose your favorite color theme
![](https://github.com/isg-stuttgart/vscode-isg-cnc/tree/master/images/vscode-isg-cnc-change-color-theme.png)
Install following software:
-
Install Visual Studio Code
-
node.js - To install node.js you need the current setup file (v14.13.1) from nodejs.org website.
-
vsce - To install vsce offline you need a tar archiv of the vsce npm package (vsce-1.81.1.tgz), change to the directory of the archive and command
npm install -g vsce-1.81.1.tgz
in the terminal for installing vsce tool globally. -
Clone vscode-isg-cnc project.
-
copy the node_modules (node_modules.7z) to the project directory and extract. Important: Extract direct to Project directory (not node_modules/node_modules/... only one depth node_modules).
-
Command to generate the package locally:
vsce package --baseContentUrl https://none --baseImagesUrl https://none