mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
VS Code Extension for Carbon
Currently only contains basic syntax highlighting.
Installing
- Install Node JS.
- To generate VS Code extension file (.vsix).
npm install && npm run package
- Install the extension
code --install-extension out/carbon.vsix
Development
- Open utils/vscode folder in VS Code.
- Launch the extension using Run command (F5).
To update dependencies:
npm update