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
Very similar to the "java.debug.settings.console" setting described below, I'd love to be able to provide a default console setting to all debug configuration that don't have one defined. This would allow separating personal preferences (Debug Console vs. Terminal, possible to be defined in user settings) from work-space-specific debug settings (which module to load and start, defined by the work space).
console - The specified console to launch the program. If not specified, use the console specified by the java.debug.settings.console user setting.
Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.
Thank you to everyone who upvoted this issue! Since the community showed interest in this feature request we will leave this issue open as something to consider implementing at some point in the future.
We do encourage people to continue 👍 the first/opening comment as it helps us prioritize our work based on what the community seems to want the most.
Very similar to the
"java.debug.settings.console"
setting described below, I'd love to be able to provide a defaultconsole
setting to all debug configuration that don't have one defined. This would allow separating personal preferences (Debug Console vs. Terminal, possible to be defined in user settings) from work-space-specific debug settings (which module to load and start, defined by the work space).https://code.visualstudio.com/docs/java/java-debugging#_launch
The text was updated successfully, but these errors were encountered: