From c130fe8d51489e3c4f596f18210cc1f4a5431e96 Mon Sep 17 00:00:00 2001 From: josh11b <15258583+josh11b@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:16:35 -0800 Subject: [PATCH] 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 --- utils/vscode/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/vscode/README.md b/utils/vscode/README.md index cbf6dec1df66..2b39a2602c4f 100644 --- a/utils/vscode/README.md +++ b/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"