79747804

Date: 2025-08-27 10:02:36
Score: 1.5
Natty:
Report link

I've figured out a solution using VS Code workspace.

You can create a .code-workspace file that references both project folders:

sample.code-workspace

{
  "folders": [
    {
      "path": "A"
    },
    {
      "path": "B"
    }
  ]
}

Opening this workspace file will then display both projects (A and B) side-by-side in the "Java Projects" view, and the Spring Boot Tools extensions is working.

Java Project with correct two projects

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Matheus Sena