Skip to content

Commit 0b783ff

Browse files
committed
Hide watch-related commands without an active session.
1 parent c5e1239 commit 0b783ff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,30 @@
237237
{
238238
"command": "rtlDebugger.goToTime",
239239
"when": "rtlDebugger.sessionStatus == running"
240+
},
241+
{
242+
"command": "rtlDebugger.setRadix.2",
243+
"when": "rtlDebugger.sessionStatus == running"
244+
},
245+
{
246+
"command": "rtlDebugger.setRadix.8",
247+
"when": "rtlDebugger.sessionStatus == running"
248+
},
249+
{
250+
"command": "rtlDebugger.setRadix.10",
251+
"when": "rtlDebugger.sessionStatus == running"
252+
},
253+
{
254+
"command": "rtlDebugger.setRadix.16",
255+
"when": "rtlDebugger.sessionStatus == running"
256+
},
257+
{
258+
"command": "rtlDebugger.watchVariable",
259+
"when": "rtlDebugger.sessionStatus == running"
260+
},
261+
{
262+
"command": "rtlDebugger.unWatchVariable",
263+
"when": "rtlDebugger.sessionStatus == running"
240264
}
241265
],
242266
"view/title": [

0 commit comments

Comments
 (0)