From ce92d664bfea4e42f5e50ff303d3315a24d3e00a Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Thu, 23 Feb 2023 10:47:54 -0500 Subject: [PATCH] repo: pin `ts` plugins The commit pins the version of typescript plugins used as builtins in the repository due to an issue when modifying contents of the file. The source of the bug still needs to be investigated further when we upgrade again. Signed-off-by: vince-fugnitto --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55519198ba65a..36a77449cba19 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,9 @@ "eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.66.2/file/eclipse-theia.builtin-extension-pack-1.66.2.vsix", "EditorConfig.EditorConfig": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.14.4/file/EditorConfig.EditorConfig-0.14.4.vsix", "dbaeumer.vscode-eslint": "https://open-vsx.org/api/dbaeumer/vscode-eslint/2.1.20/file/dbaeumer.vscode-eslint-2.1.20.vsix", - "ms-vscode.references-view": "https://open-vsx.org/api/ms-vscode/references-view/0.0.89/file/ms-vscode.references-view-0.0.89.vsix" + "ms-vscode.references-view": "https://open-vsx.org/api/ms-vscode/references-view/0.0.89/file/ms-vscode.references-view-0.0.89.vsix", + "vscode.typescript": "https://open-vsx.org/api/vscode/typescript/1.62.3/file/vscode.typescript-1.62.3.vsix", + "vscode.typescript-language-features": "https://open-vsx.org/api/vscode/typescript-language-features/1.62.3/file/vscode.typescript-language-features-1.62.3.vsix" }, "theiaPluginsExcludeIds": [ "ms-vscode.js-debug-companion",