Skip to content

Commit 00702ee

Browse files
committed
updating command names
1 parent b0606d6 commit 00702ee

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,27 +81,27 @@
8181
"when": "inDebugMode"
8282
},
8383
{
84-
"command": "cmsis-debugger.liveWatch.add",
84+
"command": "vscode-cmsis-debugger.liveWatch.add",
8585
"title": "Add Expression",
8686
"icon": "$(add)"
8787
},
8888
{
89-
"command": "cmsis-debugger.liveWatch.deleteAll",
89+
"command": "vscode-cmsis-debugger.liveWatch.deleteAll",
9090
"title": "Delete All Expressions",
9191
"icon": "$(close-all)"
9292
},
9393
{
94-
"command": "cmsis-debugger.liveWatch.delete",
94+
"command": "vscode-cmsis-debugger.liveWatch.delete",
9595
"title": "Delete Expression",
9696
"icon": "$(close)"
9797
},
9898
{
99-
"command": "cmsis-debugger.liveWatch.refresh",
99+
"command": "vscode-cmsis-debugger.liveWatch.refresh",
100100
"title": "Refresh",
101101
"icon": "$(refresh)"
102102
},
103103
{
104-
"command": "cmsis-debugger.liveWatch.modify",
104+
"command": "vscode-cmsis-debugger.liveWatch.modify",
105105
"title": "Modify Expression",
106106
"icon": "$(pencil)"
107107
}
@@ -119,30 +119,30 @@
119119
],
120120
"view/title": [
121121
{
122-
"command": "cmsis-debugger.liveWatch.add",
123-
"when": "view == cmsis-debugger.liveWatch",
122+
"command": "vscode-cmsis-debugger.liveWatch.add",
123+
"when": "view == vscode-cmsis-debugger.liveWatch",
124124
"group": "navigation@1"
125125
},
126126
{
127-
"command": "cmsis-debugger.liveWatch.deleteAll",
128-
"when": "view == cmsis-debugger.liveWatch",
127+
"command": "vscode-cmsis-debugger.liveWatch.deleteAll",
128+
"when": "view == vscode-cmsis-debugger.liveWatch",
129129
"group": "navigation@3"
130130
},
131131
{
132-
"command": "cmsis-debugger.liveWatch.refresh",
133-
"when": "view == cmsis-debugger.liveWatch",
132+
"command": "vscode-cmsis-debugger.liveWatch.refresh",
133+
"when": "view == vscode-cmsis-debugger.liveWatch",
134134
"group": "navigation@2"
135135
}
136136
],
137137
"view/item/context": [
138138
{
139-
"command": "cmsis-debugger.liveWatch.modify",
140-
"when": "view == cmsis-debugger.liveWatch && viewItem == expression",
139+
"command": "vscode-cmsis-debugger.liveWatch.modify",
140+
"when": "view == vscode-cmsis-debugger.liveWatch && viewItem == expression",
141141
"group": "inline@1"
142142
},
143143
{
144-
"command": "cmsis-debugger.liveWatch.delete",
145-
"when": "view == cmsis-debugger.liveWatch && viewItem == expression",
144+
"command": "vscode-cmsis-debugger.liveWatch.delete",
145+
"when": "view == vscode-cmsis-debugger.liveWatch && viewItem == expression",
146146
"group": "inline@2"
147147
}
148148
]

0 commit comments

Comments
 (0)