Currently only contains basic syntax highlighting.
To generate VS Code extension file (.vsix).
npm install && npm run package
Install the extension
code --install-extension out/carbon.vsix
bazel build //toolchain in project root.To update dependencies:
npm update