48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "Bds Maneger Docker Base",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": {}
|
|
},
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"ms-vscode-remote.remote-containers",
|
|
"benshabatnoam.google-translate-ext",
|
|
"wix.vscode-import-cost",
|
|
"eg2.vscode-npm-script",
|
|
"christian-kohler.npm-intellisense",
|
|
"christian-kohler.path-intellisense",
|
|
"kodetech.electron-debug",
|
|
"coenraads.bracket-pair-colorizer",
|
|
"aaron-bond.better-comments",
|
|
"msjsdiag.debugger-for-chrome",
|
|
"smcpeak.default-keys-windows",
|
|
"vscode-icons-team.vscode-icons",
|
|
"me-dutour-mathieu.vscode-github-actions",
|
|
"cschleiden.vscode-github-actions",
|
|
"github.copilot",
|
|
"eamodio.gitlens",
|
|
"github.vscode-pull-request-github",
|
|
"oderwat.indent-rainbow",
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
"redhat.vscode-yaml"
|
|
],
|
|
|
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
|
|
"forwardPorts": [
|
|
19132,
|
|
1932
|
|
],
|
|
"hostRequirements": {
|
|
"cpus": 2,
|
|
"memory": "2gb",
|
|
"storage": "128gb"
|
|
},
|
|
// Use 'postCreateCommand' to run commands after the container is created.
|
|
// "postCreateCommand": "npm install --no-save",
|
|
|
|
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
|
"remoteUser": "vscode"
|
|
}
|