-
Notifications
You must be signed in to change notification settings - Fork 3
home
Andreas Hafner edited this page Nov 15, 2021
·
37 revisions
- Install Visual Studio Code first.
- Install the extension.
There are two ways to do that:
- You can install the extension in the Visual Studio Code extension manager by searching for isg-cnc.
- If you dont have internet on the computer zou are want to install the extension you can download the vsix file and install Extension vscode-isg-cnc-.vsix (for example: vscode-isg-cnc-0.2.4.vsix) from Marketplaces.
Downloadlinks:
Visual Studio Code Marketplace - vscode-isg-cnc
Open VSX Registry - vscode-isg-cnc
Important: Doubleclick on vsix file didn't work! Install inside Visual Studio Code via Visual Studio Code - Extensions - ... - Install from VSIX...
After the installation you should select a color theme. You can choose isg-dark or isg-light so that the syntax highlighting is displayed correctly. Because we use our own scope names.
- Choose your favorite color theme
- You can change some more settings, the shown settings are the default settings:
- You can reset every setting by clicking the marked button and choose reset setting.
- Check the correct path to your documentation. Default is ISG online documentation
- Check the correct path to your browser for linux or windows.
- I have installed the extension, but the syntax highlighting is not correct. What can I do?
- We use a separate scope namespace for syntax highlighting. Please set the color theme in the extension settings to isg-dark or isg-light.
See also color theme settings