mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
launch java tooling in standard mode right away
This commit is contained in:
parent
d3aabf8462
commit
53343c27ab
1 changed files with 3 additions and 2 deletions
|
@ -21,10 +21,11 @@
|
|||
"extensions": [
|
||||
"vscjava.vscode-java-pack",
|
||||
"redhat.vscode-xml",
|
||||
"pivotal.vscode-boot-dev-pack"
|
||||
"Pivotal.vscode-boot-dev-pack"
|
||||
],
|
||||
"forwardPorts": [8080],
|
||||
"settings": {
|
||||
"java.import.gradle.enabled": false
|
||||
"java.import.gradle.enabled": false,
|
||||
"java.server.launchMode": "Standard"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue