瀏覽代碼

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 年之前
父節點
當前提交
c130fe8d51
共有 1 個文件被更改,包括 2 次插入2 次删除
  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"