Skip to content

Commit b4f7003

Browse files
authored
fix: remove copilot command from command palette VSCODE-718 (#1204)
1 parent c84482b commit b4f7003

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,10 @@
980980
"command": "mdb.refreshDatabase",
981981
"when": "false"
982982
},
983+
{
984+
"command": "mdb.askCopilotFromTreeItem",
985+
"when": "false"
986+
},
983987
{
984988
"command": "mdb.addCollection",
985989
"when": "false"

0 commit comments

Comments
 (0)