mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:00:11 +01:00
Fix VSCode language extension configuration instructions (#4725)
The instructions did not match the example. The VSCode settings suggests the example is the correct one. Co-authored-by: Josh L <josh11b@users.noreply.github.com>
This commit is contained in:
@@ -24,8 +24,8 @@ This extension is currently experimental, and being developed alongside Carbon.
|
||||
|
||||
## Configuration
|
||||
|
||||
The configuration is under `carbon-vscode.*`. At present, the only configuration
|
||||
is the path to the `carbon` binary. This looks like:
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user