forked from DevFW-CICD/spring-petclinic
Update devcontainer.json
publisher id of vscode-boot-dev-pack has been changed from `pivotal` to `vmware`.
This commit is contained in:
parent
f2d9c9b63f
commit
68fb7acacf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"vscjava.vscode-java-pack",
|
"vscjava.vscode-java-pack",
|
||||||
"redhat.vscode-xml",
|
"redhat.vscode-xml",
|
||||||
"pivotal.vscode-boot-dev-pack",
|
"vmware.vscode-boot-dev-pack",
|
||||||
"mhutchie.git-graph"
|
"mhutchie.git-graph"
|
||||||
],
|
],
|
||||||
"forwardPorts": [8080],
|
"forwardPorts": [8080],
|
||||||
|
|
Loading…
Reference in a new issue