|
81 | 81 | "when": "inDebugMode" |
82 | 82 | }, |
83 | 83 | { |
84 | | - "command": "cmsis-debugger.liveWatch.add", |
| 84 | + "command": "vscode-cmsis-debugger.liveWatch.add", |
85 | 85 | "title": "Add Expression", |
86 | 86 | "icon": "$(add)" |
87 | 87 | }, |
88 | 88 | { |
89 | | - "command": "cmsis-debugger.liveWatch.deleteAll", |
| 89 | + "command": "vscode-cmsis-debugger.liveWatch.deleteAll", |
90 | 90 | "title": "Delete All Expressions", |
91 | 91 | "icon": "$(close-all)" |
92 | 92 | }, |
93 | 93 | { |
94 | | - "command": "cmsis-debugger.liveWatch.delete", |
| 94 | + "command": "vscode-cmsis-debugger.liveWatch.delete", |
95 | 95 | "title": "Delete Expression", |
96 | 96 | "icon": "$(close)" |
97 | 97 | }, |
98 | 98 | { |
99 | | - "command": "cmsis-debugger.liveWatch.refresh", |
| 99 | + "command": "vscode-cmsis-debugger.liveWatch.refresh", |
100 | 100 | "title": "Refresh", |
101 | 101 | "icon": "$(refresh)" |
102 | 102 | }, |
103 | 103 | { |
104 | | - "command": "cmsis-debugger.liveWatch.modify", |
| 104 | + "command": "vscode-cmsis-debugger.liveWatch.modify", |
105 | 105 | "title": "Modify Expression", |
106 | 106 | "icon": "$(pencil)" |
107 | 107 | } |
|
119 | 119 | ], |
120 | 120 | "view/title": [ |
121 | 121 | { |
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", |
124 | 124 | "group": "navigation@1" |
125 | 125 | }, |
126 | 126 | { |
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", |
129 | 129 | "group": "navigation@3" |
130 | 130 | }, |
131 | 131 | { |
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", |
134 | 134 | "group": "navigation@2" |
135 | 135 | } |
136 | 136 | ], |
137 | 137 | "view/item/context": [ |
138 | 138 | { |
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", |
141 | 141 | "group": "inline@1" |
142 | 142 | }, |
143 | 143 | { |
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", |
146 | 146 | "group": "inline@2" |
147 | 147 | } |
148 | 148 | ] |
|
0 commit comments