-
Notifications
You must be signed in to change notification settings - Fork 220
add cd/activate cmds to explorer and file #1743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "command": "language-julia.executeFile", | ||
| "title": "Julia: Execute File" | ||
| "title": "Julia: Execute File", | ||
| "icon": "$(play)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated fix to make sure we display an icon above the editor to run a file instead of the command's title.
aviatesk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left few minor comments, but the code looks good to me in general.
Just to make sure, the current command definitions allows us to invoke them from explorer via GUI and also from keyboard shortcuts ? I would like to be able to invoke them from keyboard shortcut as in Juno.
Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
Yep. VSCode gives us the right URI in all contexts I've tried. |
add 'Activate Parent Environment' command
Fixes #1742.