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] add option set working directory on Apps run #336

Open dimaslanjaka opened 7 months ago

dimaslanjaka commented 7 months ago

whenever I run the App, the working directory used the folder sub project server like below screenshot.

image

i want change the working directory to root project directory. because the database sync with cloud on root project, which shared across sub projects. image

chirpcel commented 5 months ago

Same for me, I've also working with multiple submodules and shared resources, but the working dir is always the application root and not the project root. Would be nice to be able to change the behavior.

The extension creates a new launch profile, would be nice if it would resolve the cwd property. I'll take a look at that, maybe I will find a solution for it.

chirpcel commented 5 months ago

Submitted a pull request to address this one

jadilson12 commented 5 months ago

This post, being able to run the project.

It was super simple, I'll use it until the feature was added natively to vscode.

https://medium.com/@brunogracianoalvescarneiro/running-a-spring-boot-rest-api-in-visual-studio-code-125c1c676fbc