microsoft / microsoft/vscode-spring-boot-dashboard
Add support to select which run debug action flavours to use with app list icons
@testforstephen is already working on this.
Since Aug 14, 2023.
- Dominant language
- TypeScript
- Stars
- 73
- Forks
- 38
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 15
Description
Today in the Apps list run and debug icons are used only for running and debugging the application without the profile.
When using profiles such as dev and prod, as a developer I endue always right clicking on the app and selecting run with profile and selecting the profile in the picker. This takes lots of clicks.
As a solution to improve this:
-
We could introduce a setting which could be a project level setting or workspace level to configure the default profile to use. If the setting is empty we run without a profile, if the given profile is not present in the resolved profiles, then we ask the user to pick.
-
A setting to switch between which flavour of run/debug actions to use for the icons.
I think the first option might be more simpler and allow cover different use cases. But the second option might be simple to implement.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.