From 78b68070a83ae46ee9b3dacd28b36c111ebd2e00 Mon Sep 17 00:00:00 2001 From: Josh L Date: Fri, 20 Dec 2024 07:09:21 +0000 Subject: [PATCH] Fix VSCode language extension configuration instructions --- 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 cbf6dec1df665..2b39a2602c4fe 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"