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
- Using the marketplace
- Cloning the repository and placing it under your VSCode extensions folder
- Cloning the repository and using the extension in debug mode
To use the extension in debug mode:
- Open VS Code and open a new terminal
- Terminal -> New Terminal, or
CTRL/CMD + ~
- In the terminal, run this line:
git clone https://github.com/RuleWorld/BNG_vscode_extension.git
to clone the repository in the desired directory - File -> Open to open the repository folder (BNG_vscode_extension)
- To run the extension,
- Run -> Start Debugging, or
F5
which will open up a new window running the extension
- Open an existing
.bngl
file or create a new file with.bngl
extension