mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update devcontainer.json, add sshd
This commit is contained in:
parent
923e2b7aa3
commit
c1e7ba5823
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
|||
"postCreateCommand": "sudo chown vscode:vscode /home/vscode/.m2 /home/vscode/.gradle",
|
||||
"remoteUser": "vscode",
|
||||
"features": {
|
||||
"docker-in-docker": "latest"
|
||||
"docker-in-docker": "latest",
|
||||
"ghcr.io/devcontainers/features/sshd:1": {
|
||||
"version": "latest"
|
||||
}
|
||||
},
|
||||
"extensions": [
|
||||
"vscjava.vscode-java-pack",
|
||||
|
|
Loading…
Reference in a new issue