12345678910111213141516171819 |
- {
- // Sets the run context to one level up instead of the .devcontainer folder.
- "context": "..",
- "workspaceFolder": "/opt",
- "dockerFile": "..\\Dockerfile",
- // Set *default* container specific settings.json values on container create.
- "settings": {
- "terminal.integrated.shell.linux": null
- },
- "extensions": [
- "dbaeumer.vscode-eslint",
- "esbenp.prettier-vscode",
- "octref.vetur"
- ]
- }
|