microsoft / vscode-spring-boot-dashboard

Spring Boot Dashboard for VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard
Other
56 stars 32 forks source link

Feature request: Option to create launcher with custom config #78

Open inspirsea opened 4 years ago

inspirsea commented 4 years ago

I would like to be able to start my application with custom config from the dashboard. Basically be able to create a custom launcher with either vmargs or point to a config file.

Similar to how STS handles their dashboard is this something you would consider adding?

Eskibear commented 1 year ago

VS Code has no API for a customized dialog as other IDEs. What do you expect the feature to be like?

Right click on the project, "Run with Config...", select a config file, and launch the app with --spring.config.location?

Or you simply want to launch it with different profiles?