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 d9b50d7 commit c757b1eCopy full SHA for c757b1e
lib/package/menu.coffee
@@ -35,7 +35,7 @@ module.exports =
35
{
36
label: 'Working Directory'
37
submenu: [
38
- {label: 'Current File\'s Folder', command: 'julia-client:work-in-file-folder'}
+ {label: 'Current File\'s Folder', command: 'julia-client:work-in-current-folder'}
39
{label: 'Current Project\'s Folder', command: 'julia-client:work-in-project-folder'}
40
{label: 'Home Folder', command: 'julia-client:work-in-home-folder'}
41
{label: 'Select...', command: 'julia-client:select-working-folder'}
0 commit comments