You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
597 B
31 lines
597 B
|
3 years ago
|
{
|
||
|
|
"build": {
|
||
|
|
"dockerfile": "Dockerfile"
|
||
|
|
},
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"extensions": [
|
||
|
|
"github.vscode-github-actions",
|
||
|
|
"ms-vscode.cmake-tools"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"features": {
|
||
|
|
// https://github.com/devcontainers/features/tree/main/src/desktop-lite
|
||
|
|
"ghcr.io/devcontainers/features/desktop-lite:1": {
|
||
|
|
"webPort": 6080,
|
||
|
|
"password": "vscode"
|
||
|
|
},
|
||
|
|
"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {},
|
||
|
|
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {}
|
||
|
|
},
|
||
|
|
"forwardPorts": [
|
||
|
|
6080
|
||
|
|
],
|
||
|
|
"portsAttributes": {
|
||
|
|
"6080": {
|
||
|
|
"label": "desktop"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|