From d842cbcf41069aaf4659854541bddbff417f0edc Mon Sep 17 00:00:00 2001 From: Vida Xie Date: Mon, 9 Mar 2026 17:19:52 +0800 Subject: [PATCH] docs: correct setting key for Tsgo in README --- README.md | 2 +- _extension/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cdbd297f10..caa5b17f2c4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this, set this in your VS Code settings: ```json { - "typescript.experimental.useTsgo": true + "js/ts.experimental.useTsgo": true } ``` diff --git a/_extension/README.md b/_extension/README.md index f85bce6c49f..fe002617ba4 100644 --- a/_extension/README.md +++ b/_extension/README.md @@ -16,7 +16,7 @@ You can enable this extension by modifying the following settings: { // UI Setting: // TypeScript (Native Preview) > Use Tsgo - "typescript.experimental.useTsgo": true + "js/ts.experimental.useTsgo": true } ```