Sfoglia il codice sorgente

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>
josh11b 1 anno fa
parent
commit
c130fe8d51
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      utils/vscode/README.md

+ 2 - 2
utils/vscode/README.md

@@ -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"