mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-04 20:10:36 +00:00
30 lines
657 B
JSON
30 lines
657 B
JSON
{
|
|
"name": "Backrest Dev",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"runArgs": [
|
|
"--cap-add=SYS_PTRACE",
|
|
"--security-opt",
|
|
"seccomp=unconfined"
|
|
],
|
|
"postCreateCommand": "direnv allow",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"go.toolsManagement.checkForUpdates": "local",
|
|
"go.useLanguageServer": true,
|
|
"typescript.tsdk": "webui/node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
},
|
|
"extensions": [
|
|
"golang.Go",
|
|
"mkhl.direnv",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
},
|
|
"remoteUser": "vscode"
|
|
}
|