You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I create a new Scala project through the Metals extension in VS Code, there is a nice pop-up dialogue asking me if I want to open the newly created project in a new window in VS Code. Normally I do want to do that. The options it provides are "Yes" or "No".
Describe the solution you'd like
I would like this dialogue to have a third button "Yes, Always (don't ask again)", which, when hit once, will set a setting to true, which causes newly created projects to be opened automatically, whitout asking first.
Describe alternatives you've considered
Essentially, having that as an option, without exposing it to the dialogue, would be OK too, though maybe not quite as nice.
Additional context
If that is a feature that is considered, I can also try to contribute (may need some pointers, though).
Search terms
VSCode extension, new project dialogue, auto open new project
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I create a new Scala project through the Metals extension in VS Code, there is a nice pop-up dialogue asking me if I want to open the newly created project in a new window in VS Code. Normally I do want to do that. The options it provides are "Yes" or "No".
Describe the solution you'd like
I would like this dialogue to have a third button "Yes, Always (don't ask again)", which, when hit once, will set a setting to true, which causes newly created projects to be opened automatically, whitout asking first.
Describe alternatives you've considered
Essentially, having that as an option, without exposing it to the dialogue, would be OK too, though maybe not quite as nice.
Additional context
If that is a feature that is considered, I can also try to contribute (may need some pointers, though).
Search terms
VSCode extension, new project dialogue, auto open new project
The text was updated successfully, but these errors were encountered: