|
|
1 ano atrás | |
|---|---|---|
| .. | ||
| .vscode | f922988c8c Update the vscode language server setup (#4663) | 1 ano atrás |
| images | 977578add1 Update icons for slightly better sizing (#5013) | 1 ano atrás |
| src | baffb66bc9 Fix empty arg handling in extension (#5083) | 1 ano atrás |
| .gitignore | f922988c8c Update the vscode language server setup (#4663) | 1 ano atrás |
| .vscodeignore | f922988c8c Update the vscode language server setup (#4663) | 1 ano atrás |
| LICENSE | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | 2 anos atrás |
| README.md | c130fe8d51 Fix VSCode language extension configuration instructions (#4725) | 1 ano atrás |
| carbon.tmLanguage.json | 5c5a687534 Syntax highlighter in VScode for carbon programming language (#3953) | 1 ano atrás |
| development.md | f67a4a5bcb Do a pass on vscode development instructions (#4703) | 1 ano atrás |
| esbuild.js | f922988c8c Update the vscode language server setup (#4663) | 1 ano atrás |
| eslint.config.mjs | f922988c8c Update the vscode language server setup (#4663) | 1 ano atrás |
| language-configuration.json | 202aae453f Get the VS Code extension working again. (#4037) | 1 ano atrás |
| package-lock.json | 2973cafd60 Bump tar-fs from 2.1.1 to 2.1.2 in /utils/vscode in the npm_and_yarn group across 1 directory (#5214) | 1 ano atrás |
| package.json | baffb66bc9 Fix empty arg handling in extension (#5083) | 1 ano atrás |
| tsconfig.json | f922988c8c Update the vscode language server setup (#4663) | 1 ano atrás |
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.