-
Notifications
You must be signed in to change notification settings - Fork 265
[WIP] Added an option to open a folder in VSCode #414
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
base: main
Are you sure you want to change the base?
Conversation
a82a007
to
e6f695a
Compare
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.
In Release, when opening a folder in VS Code (example), a command-line terminal will open in order to launch the external tool. Keeping the external tool open and opening again a folder from Overload will not create another command-line terminal.
However if you close the external tool prior to open again another folder then a command-line terminal will be created again.
This doesn't happen in Debug because a terminal is attached to Overload, but since no terminal is attached in Release it then have to create one in order to run the command-line that open an external tool.
I think we should hide (set to background the terminal) when running the command line for an external tool.
e6f695a
to
086f45a
Compare
Fixed! ✅ 086f45a |
Putting this one back to draft, it's currently not possible to know, using @litelawliet for vis. |
Description
EditorSettings
entries for custom external tool name and commandExternalTools
utility to define the presetsRelated Issues
Closes #389
Screenshot
OvEditor_LhBb2tkJmL.mp4