update on devcontainer
This commit is contained in:
@@ -2,17 +2,18 @@
|
|||||||
"name": "Bun",
|
"name": "Bun",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
// Update 'VARIANT' to pick a Bun version.
|
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "latest"
|
"VARIANT": "latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"customizations": {
|
"containerEnv": {
|
||||||
"jetbrains": {
|
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
|
||||||
"backend": "IntelliJ"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"workspaceMount": "source=jb_devcontainer_sources_f31d2e11122d7a0f1e78fb3337cc2916,target=/workspace,type=volume",
|
"customizations": {
|
||||||
|
"jetbrains": {}
|
||||||
|
},
|
||||||
|
"forwardPorts": [5173],
|
||||||
|
"workspaceMount": "source=slot_sources,target=/workspace,type=volume",
|
||||||
"workspaceFolder": "/workspace",
|
"workspaceFolder": "/workspace",
|
||||||
"forwardPorts": [5173]
|
"postCreateCommand": "if [ ! -d .git ]; then git clone $GIT_REPO_URL .; fi"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user