diff --git a/package.json b/package.json index 9b7c36f5..cc5874f8 100644 --- a/package.json +++ b/package.json @@ -488,6 +488,16 @@ "when": "view == cmsis-debugger.liveWatch", "group": "contextMenuG3@1" }, + { + "command": "cdt.debug.setOutputRadixToDecimal", + "when": "(view == cmsis-debugger.liveWatch) && inDebugMode && cdt.debug.outputRadix && cdt.debug.outputRadix != 'decimal' && (debugType == 'gdb' || debugType == 'gdbtarget')", + "group": "contextMenuG4@1" + }, + { + "command": "cdt.debug.setOutputRadixToHex", + "when": "(view == cmsis-debugger.liveWatch) && inDebugMode && cdt.debug.outputRadix && cdt.debug.outputRadix != 'hexadecimal' && (debugType == 'gdb' || debugType == 'gdbtarget')", + "group": "contextMenuG4@2" + }, { "command": "vscode-cmsis-debugger.componentViewer.lockComponent", "when": "view == cmsis-debugger.componentViewer && viewItem == parentInstance",