Skip to content

Commit

Permalink
Fix VSCode language extension configuration instructions (#4725)
Browse files Browse the repository at this point in the history
The instructions did not match the example. The VSCode settings suggests
the example is the correct one.

Co-authored-by: Josh L <[email protected]>
  • Loading branch information
josh11b and josh11b authored Dec 20, 2024
1 parent 3ae968a commit c130fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c130fe8

Please sign in to comment.