mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 18:30:30 +01:00
There are dependencies that kept this from upgrading automatically, but while the new version technically includes breaking changes, they aren't ones that cause any problems for VSCode. Upgrading this is helpful as the old version has an irrelevant (for us) security issue. With this we should be able to avoid distracting security scanners. Also updates other packages where relevant, all those automatically. Assisted-by: Antigravity with Gemini
Developer Utilities
This directory collects tools and utilities that may be useful to both Carbon developers and developers writing Carbon code.
Editor Support
Other Editors
Any editor that supports Language server protocol and/or tree-sitter is
supported. The editor just needs to be configured manually.
bazel build //toolchain produces the language server binary.
utils/tree_sitter contains the tree-sitter grammar.