Currently only contains basic syntax highlighting.
- Install Node JS.
- To generate VS Code extension file (.vsix).
npm install && npm run package
- Install the extension
code --install-extension out/carbon.vsix
- Open utils/vscode folder in VS Code.
- Launch the extension using Run command (F5).
To update dependencies:
npm update