2024-02-26 13:18:51 +00:00
|
|
|
{
|
|
|
|
"name": "Librespot Devcontainer",
|
2024-09-13 05:41:40 +00:00
|
|
|
"dockerFile": "Dockerfile.alpine",
|
2024-02-26 13:18:51 +00:00
|
|
|
// Use 'postCreateCommand' to run commands after the container is created.
|
|
|
|
//"postCreateCommand": "",
|
|
|
|
"customizations": {
|
|
|
|
// Configure properties specific to VS Code.
|
|
|
|
"vscode": {
|
|
|
|
"settings": {
|
|
|
|
"dev.containers.copyGitConfig": true
|
|
|
|
},
|
|
|
|
"extensions": [
|
|
|
|
"eamodio.gitlens",
|
|
|
|
"github.vscode-github-actions",
|
|
|
|
"rust-lang.rust-analyzer"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"containerEnv": {
|
|
|
|
"GIT_EDITOR": "nano"
|
|
|
|
}
|
|
|
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
|
|
|
// "remoteUser": "root"
|
|
|
|
}
|