Skip to content

Commit

Permalink
Allow multiple IBM i debug sessions at once
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Julliand <[email protected]>
  • Loading branch information
sebjulliand committed Apr 16, 2024
1 parent acd6b25 commit 5f3f68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@
"editor/title": [
{
"submenu": "code-for-ibmi.debug.group",
"when": "code-for-ibmi:connected && !inDebugMode && editorLangId =~ /^rpgle$|^rpg$|^cobol$|^cl$/i",
"when": "code-for-ibmi:connected && editorLangId =~ /^rpgle$|^rpg$|^cobol$|^cl$/i",
"group": "navigation@1"
},
{
Expand Down Expand Up @@ -2499,7 +2499,7 @@
},
{
"submenu": "code-for-ibmi.debug.group",
"when": "view == objectBrowser && !inDebugMode && (viewItem =~ /^object.pgm.*/ || viewItem =~ /^object.srvpgm.*/)",
"when": "view == objectBrowser && viewItem =~ /^object.(pgm|srvpgm).*/",
"group": "2_debug@1"
},
{
Expand Down

0 comments on commit 5f3f68b

Please sign in to comment.