diff --git a/package.json b/package.json index 3d3ad57c..3b5b868d 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,10 @@ "command": "vscode-objectscript.touchBar.viewOthers", "when": "false" }, + { + "command": "-editor.action.revealDefinition", + "when": "false" + }, { "command": "vscode-objectscript.compile", "when": "!(resourceScheme =~ /^isfs(-readonly)?$/) && editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && !activeEditorIsDirty" @@ -911,6 +915,11 @@ "title": "Insert Selection (Quick Pick)", "enablement": "inQuickOpen && vscode-objectscript.ccs.jumpToTagQuickPickActive" }, + { + "category": "ObjectScript (Internal)", + "command": "-editor.action.revealDefinition", + "title": "Remove built-in Go to Definition menu item" + }, { "category": "ObjectScript", "command": "vscode-objectscript.export",