Skip to content

Commit

Permalink
Hide watch-related commands without an active session.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Dec 2, 2024
1 parent c5e1239 commit 0b783ff
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,30 @@
{
"command": "rtlDebugger.goToTime",
"when": "rtlDebugger.sessionStatus == running"
},
{
"command": "rtlDebugger.setRadix.2",
"when": "rtlDebugger.sessionStatus == running"
},
{
"command": "rtlDebugger.setRadix.8",
"when": "rtlDebugger.sessionStatus == running"
},
{
"command": "rtlDebugger.setRadix.10",
"when": "rtlDebugger.sessionStatus == running"
},
{
"command": "rtlDebugger.setRadix.16",
"when": "rtlDebugger.sessionStatus == running"
},
{
"command": "rtlDebugger.watchVariable",
"when": "rtlDebugger.sessionStatus == running"
},
{
"command": "rtlDebugger.unWatchVariable",
"when": "rtlDebugger.sessionStatus == running"
}
],
"view/title": [
Expand Down

0 comments on commit 0b783ff

Please sign in to comment.