From a1d2a5eaa80b0e0ea89dc6d87ce02838e763f56e Mon Sep 17 00:00:00 2001 From: Aman Karmani Date: Tue, 24 Jun 2025 17:12:39 -0700 Subject: [PATCH 1/2] add TypeScriptTeam.native-preview --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 1b621a812..2a8a2904c 100644 --- a/extensions.json +++ b/extensions.json @@ -1413,6 +1413,9 @@ "twxs.cmake": { "repository": "https://github.com/twxs/vs.language.cmake" }, + "TypeScriptTeam.native-preview": { + "repository": "https://github.com/microsoft/typescript-go" + }, "Tyriar.sort-lines": { "repository": "https://github.com/Tyriar/vscode-sort-lines", "prepublish": "yarn compile" From d14ffc58e639c7596915c49271a4e7e8da5f3d48 Mon Sep 17 00:00:00 2001 From: Aman Karmani Date: Wed, 9 Jul 2025 11:15:43 -0700 Subject: [PATCH 2/2] note subdirectory --- extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 2a8a2904c..f283930db 100644 --- a/extensions.json +++ b/extensions.json @@ -1414,7 +1414,8 @@ "repository": "https://github.com/twxs/vs.language.cmake" }, "TypeScriptTeam.native-preview": { - "repository": "https://github.com/microsoft/typescript-go" + "repository": "https://github.com/microsoft/typescript-go", + "location": "_extension" }, "Tyriar.sort-lines": { "repository": "https://github.com/Tyriar/vscode-sort-lines",