Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.21 KB

install.md

File metadata and controls

23 lines (19 loc) · 1.21 KB

TODO: Add the fourth way by adding vsix bundles into releases on GH.

Download and install VS Code from https://code.visualstudio.com. Once VS Code is installed, there are three ways to use this VS Code extension

To use the extension in debug mode:

  1. Open VS Code and open a new terminal
    • Terminal -> New Terminal, or
    • CTRL/CMD + ~
  2. In the terminal, run this line: git clone https://github.com/RuleWorld/BNG_vscode_extension.git to clone the repository in the desired directory
  3. File -> Open to open the repository folder (BNG_vscode_extension)
  4. To run the extension,
    • Run -> Start Debugging, or
    • F5 which will open up a new window running the extension
  5. Open an existing .bngl file or create a new file with .bngl extension