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 1db2afe commit 5fff446Copy full SHA for 5fff446
lib/package/menu.coffee
@@ -77,7 +77,7 @@ module.exports =
77
label: 'New Terminal'
78
submenu: [
79
{label: 'Current File\'s Folder', command: 'julia-client:new-terminal-from-current-folder'}
80
- {label: 'Current Project\'s Folders', command: 'julia-client:new-terminal'}
+ {label: 'Select Project Folder', command: 'julia-client:new-terminal'}
81
]
82
}
83
{label: 'New Remote Terminal', command: 'julia-client:new-remote-terminal'}
0 commit comments