Skip to content

Commit dbc76f2

Browse files
committed
adding context menu item and command to package.json
1 parent e6e8438 commit dbc76f2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@
163163
"title": "Show in Memory Inspector",
164164
"category": "Live Watch"
165165
},
166+
{
167+
"command": "vscode-cmsis-debugger.liveWatch.setValue",
168+
"title": "Set Value",
169+
"category": "Live Watch"
170+
},
166171
{
167172
"command": "vscode-cmsis-debugger.componentViewer.lockComponent",
168173
"title": "Lock Component",
@@ -326,6 +331,10 @@
326331
"command": "vscode-cmsis-debugger.liveWatch.showInMemoryInspector",
327332
"when": "false"
328333
},
334+
{
335+
"command": "vscode-cmsis-debugger.liveWatch.setValue",
336+
"when": "false"
337+
},
329338
{
330339
"command": "vscode-cmsis-debugger.componentViewer.lockComponent",
331340
"when": "false"
@@ -473,6 +482,11 @@
473482
"when": "view == cmsis-debugger.liveWatch && viewItem == parentExpression",
474483
"group": "contextMenuG1@4"
475484
},
485+
{
486+
"command": "vscode-cmsis-debugger.liveWatch.setValue",
487+
"when": "view == cmsis-debugger.liveWatch",
488+
"group": "contextMenuG1@5"
489+
},
476490
{
477491
"command": "vscode-cmsis-debugger.liveWatch.deleteAll",
478492
"when": "view == cmsis-debugger.liveWatch",

0 commit comments

Comments
 (0)