From 42ea751b07510bc60ab9ec32199d1e313b50d127 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 1 Mar 2024 20:34:57 +0100 Subject: [PATCH] Remove unsupported TypeScript features --- packages/vscode-mdx/package.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/packages/vscode-mdx/package.json b/packages/vscode-mdx/package.json index 420cf9a1..faaaeaee 100644 --- a/packages/vscode-mdx/package.json +++ b/packages/vscode-mdx/package.json @@ -220,11 +220,6 @@ ], "menus": { "editor/context": [ - { - "command": "typescript.goToSourceDefinition", - "when": "tsSupportsSourceDefinition && resourceLangId == mdx", - "group": "navigation@9" - }, { "command": "mdx.toggleDelete", "when": "editorTextFocus && !editorReadonly && editorLangId == mdx", @@ -245,29 +240,6 @@ "when": "editorTextFocus && !editorReadonly && editorLangId == mdx", "group": "1_modification" } - ], - "explorer/context": [ - { - "command": "typescript.findAllFileReferences", - "when": "tsSupportsFileReferences && resourceLangId == mdx", - "group": "4_search" - } - ], - "editor/title/context": [ - { - "command": "typescript.findAllFileReferences", - "when": "tsSupportsFileReferences && resourceLangId == mdx" - } - ], - "commandPalette": [ - { - "command": "typescript.reloadProjects", - "when": "editorLangId == mdx && typescript.isManagedFile" - }, - { - "command": "typescript.goToProjectConfig", - "when": "editorLangId == mdx" - } ] }, "grammars": [