microsoft / microsoft/vscode-spring-boot-dashboard

Configure SpringBoot Dashboard to run when using multi folder workspace

Open
#349 0 comments 0 reactions 0 assignees View on GitHub

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:
Image

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:
Image

Am i missing a configuration step or is this a bug? Is there maybe a workaround?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.