2020-05-29 12:37:35 +02:00
|
|
|
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
|
|
|
|
// https://github.com/microsoft/vscode-dev-containers/tree/v0.117.1/containers/docker-existing-dockerfile
|
|
|
|
{
|
2020-06-05 13:54:40 +00:00
|
|
|
"name": "Existing Dockerfile",
|
|
|
|
"dockerFile": "./Dockerfile",
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.shell.linux": null
|
|
|
|
},
|
|
|
|
"extensions": [
|
|
|
|
"mikestead.dotenv",
|
|
|
|
"bmewburn.vscode-intelephense-client",
|
|
|
|
"streetsidesoftware.code-spell-checker",
|
|
|
|
"naumovs.color-highlight",
|
|
|
|
"heybourn.headwind",
|
|
|
|
"anish-m.ci-snippets2",
|
|
|
|
"wayou.vscode-todo-highlight"
|
|
|
|
]
|
|
|
|
}
|