Skip to content

Commit b02de34

Browse files
authored
feat: handle deep links to commands VSCODE-683 VSCODE-684 VSCODE-685 (#995)
1 parent d77ffe7 commit b02de34

14 files changed

+1066
-347
lines changed

package-lock.json

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"onChatParticipant:mongodb.participant",
8282
"onLanguage:json",
8383
"onLanguage:javascript",
84-
"onLanguage:plaintext"
84+
"onLanguage:plaintext",
85+
"onUri"
8586
],
8687
"contributes": {
8788
"chatParticipants": [
@@ -1338,6 +1339,7 @@
13381339
"mongodb-query-parser": "^4.3.0",
13391340
"mongodb-schema": "^12.5.2",
13401341
"numeral": "^2.0.6",
1342+
"query-string": "^7.1.3",
13411343
"react": "^18.3.1",
13421344
"react-dom": "^18.3.1",
13431345
"ts-log": "^2.2.7",

0 commit comments

Comments
 (0)