Skip to content

Commit 1c54bfa

Browse files
committed
wip
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 726cb9c commit 1c54bfa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,14 @@
5656
"menus": {
5757
"commandPalette": [
5858
{
59-
"command": "vscode-cmsis-debugger.open-manual"
59+
"command": "vscode-cmsis-debugger.openHelp"
6060
}
6161
],
6262
"view/title": [
6363
{
64-
"command": "vscode-cmsis-debugger.open-manual",
65-
66-
}
67-
],
68-
"debug/toolBar": [
69-
{
70-
"command": "vscode-cmsis-debugger.open-manual"
64+
"command": "vscode-cmsis-debugger.openHelp",
65+
"when": "view == cmsis-csolution.outline",
66+
"group": "SolutionHelp@100"
7167
}
7268
]
7369
},

0 commit comments

Comments
 (0)