microsoft / microsoft/vscode-spring-boot-dashboard
Configure SpringBoot Dashboard to run when using multi folder workspace
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 73
- Forks
- 38
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 15
Description
Hello everyone,
i ran into this problem while trying to start my projects while being inside of a workspace that had multiple projects.
This is what my workspace looks like:
And this is my (test.code-workspace) file configuration:
{
"folders": [
{
"path": "Test1"
},
{
"path": "Test2"
}
]
}
And so i opened the SpringBoot Dashboard page and tried to start the projects but got this error:
Am i missing a configuration step or is this a bug? Is there maybe a workaround?
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.
Research direction
Reproduce the problem using the shown test.code-workspace configuration with Test1 and Test2, then inspect the SpringBoot Dashboard error shown when starting either project. Trace the multi-folder workspace handling and verify that projects can be started from the dashboard without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- spring-boot, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100