github-pages-deploy-action/.devcontainer/devcontainer.json

17 lines
350 B
JSON
Raw Normal View History

2021-02-04 10:27:35 +08:00
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node
{
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
"args": {
2021-02-06 10:38:08 +08:00
"VARIANT": "12"
2021-02-04 10:27:35 +08:00
}
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"dbaeumer.vscode-eslint"
],
"remoteUser": "node"
}