Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Add the Pivotal extension pack to devcontainers (spring-projects#994)
Browse files Browse the repository at this point in the history
Add Spring Boot extensions
  • Loading branch information
jdubois authored Jun 16, 2022
1 parent 5aef5c3 commit 4f3cbaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"onCreateCommand": "sudo chown vscode:vscode /home/vscode/.m2 /home/vscode/.gradle",
"remoteUser": "vscode",
"features": {
"docker-in-docker": "latest",
"docker-in-docker": "latest"
},
"extensions": [
"vscjava.vscode-java-pack",
"redhat.vscode-xml"
"redhat.vscode-xml",
"pivotal.vscode-boot-dev-pack"
],
"forwardPorts": [8080],
"settings": {
"java.import.gradle.enabled": false
}
}
}

0 comments on commit 4f3cbaa

Please sign in to comment.