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:
josh11b
2024-12-20 07:16:35 +00:00
committed by GitHub
co-authored by Josh L
parent 3ae968a74c
commit c130fe8d51
+2 -2
View File
@@ -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"