|
|
4 месяцев назад | |
|---|---|---|
| .. | ||
| .vscode | f922988c8c Update the vscode language server setup (#4663) | 1 год назад |
| images | 977578add1 Update icons for slightly better sizing (#5013) | 1 год назад |
| src | baffb66bc9 Fix empty arg handling in extension (#5083) | 1 год назад |
| .gitignore | f922988c8c Update the vscode language server setup (#4663) | 1 год назад |
| .vscodeignore | f922988c8c Update the vscode language server setup (#4663) | 1 год назад |
| LICENSE | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | 2 лет назад |
| README.md | c130fe8d51 Fix VSCode language extension configuration instructions (#4725) | 1 год назад |
| carbon.tmLanguage.json | 5c5a687534 Syntax highlighter in VScode for carbon programming language (#3953) | 1 год назад |
| development.md | 5b68b8338e Mention where vsce is installed (#5622) | 11 месяцев назад |
| esbuild.js | f922988c8c Update the vscode language server setup (#4663) | 1 год назад |
| eslint.config.mjs | f922988c8c Update the vscode language server setup (#4663) | 1 год назад |
| language-configuration.json | 202aae453f Get the VS Code extension working again. (#4037) | 1 год назад |
| package-lock.json | 137695c1ca Bump qs from 6.13.1 to 6.14.1 in /utils/vscode in the npm_and_yarn group across 1 directory (#6552) | 4 месяцев назад |
| package.json | baffb66bc9 Fix empty arg handling in extension (#5083) | 1 год назад |
| tsconfig.json | f922988c8c Update the vscode language server setup (#4663) | 1 год назад |
This extension provides support for the Carbon Language.
This extension is currently experimental, and being developed alongside Carbon.
carbon
release.
carbon under ./bazel-bin. This
is for developers actively working on Carbon and running VS Code inside a
carbon-lang clone.carbon.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"
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.
Carbon currently only has project-level documentation. See the GitHub repository.