We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212d07f commit d1cb82bCopy full SHA for d1cb82b
lib/package/menu.coffee
@@ -55,7 +55,7 @@ module.exports =
55
{label: 'Open Outline Pane', command: 'julia-client:open-outline-pane'}
56
{label: 'Open Documentation Browser', command: 'julia-client:open-documentation-browser'}
57
{label: 'Open Plot Pane', command: 'julia-client:open-plot-pane'}
58
- {label: 'Open Debugger Pane', command: 'julia-client:open-debugger-pane'}
+ {label: 'Open Debugger Pane', command: 'julia-debug:open-debugger-pane'}
59
60
{type: 'separator'}
61
0 commit comments