mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:50:14 +01:00
Updates the way to access vscode marketplace for publishing. I've adjusted CarbonInfraBot's attached email to match. The `#editor-integrations` change is for inconsistent markdown handling by MS... https://marketplace.visualstudio.com/items?itemName=carbon-lang.carbon-vscode looks fine at the moment, but I was seeing rendering as a title -- maybe a bug that won't be rolled out, but backticks seem fair here. Assisted-by: Google Antigravity with Gemini
1.6 KiB
1.6 KiB
Carbon Language
This extension provides support for the Carbon Language.
This extension is currently experimental, and being developed alongside Carbon.
Quickstart
- Download and install a
carbonrelease.- By default, the extension will look for
carbonunder./bazel-bin. This is for developers actively working on Carbon and running VS Code inside a carbon-lang clone.
- By default, the extension will look for
- Install the Carbon Language extension.
- Configure the installed path to
carbon.
Configuration
The configuration is under carbon.*. At present, the only configuration is the
path to the carbon binary. This looks like:
"carbon.carbonPath": "/path/to/carbon"
Communication
See Carbon's
collaboration systems.
We're most active on Discord and have a
#editor-integrations channel. We'll also respond to questions on
GitHub Discussions.
Documentation
Carbon currently only has project-level documentation. See the GitHub repository.