Skip to content

Commit

Permalink
Remove unsupported TypeScript features
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 1, 2024
1 parent fa4d428 commit 42ea751
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions packages/vscode-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 42ea751

Please sign in to comment.