Skip to content
Andreas Hafner edited this page May 31, 2021 · 37 revisions

vscode-isg-cnc

Getting started

Installation

  • 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...

Configuration

  • Check the correct path to your documentaion.
  • Check the correct path to your browser.
  • Choose your favorite color theme

Development

Developping or generating the plugin package locally

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

Clone this wiki locally