|
1 | 1 | {
|
2 |
| - "name": "Debian", |
3 |
| - "image": "mcr.microsoft.com/devcontainers/base:bullseye", |
4 |
| - "features": { |
5 |
| - "ghcr.io/devcontainers/features/github-cli:1": {}, |
6 |
| - "ghcr.io/devcontainers/features/node:1": {}, |
7 |
| - "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {} |
8 |
| - }, |
9 |
| - |
10 |
| - "forwardPorts": [7071], |
11 |
| - |
12 |
| - "postCreateCommand": ". ${NVM_DIR}/nvm.sh && nvm install && npm install", |
13 |
| - |
14 |
| - "extensions": [ |
15 |
| - "esbenp.prettier-vscode", |
16 |
| - "dbaeumer.vscode-eslint", |
17 |
| - "streetsidesoftware.code-spell-checker", |
18 |
| - "ms-azuretools.vscode-azurefunctions", |
19 |
| - "ms-azuretools.vscode-azurestorage", |
20 |
| - "GitHub.vscode-pull-request-github", |
21 |
| - "Azurite.azurite" |
22 |
| - ] |
| 2 | + "name": "Debian", |
| 3 | + "image": "mcr.microsoft.com/devcontainers/base:bullseye", |
| 4 | + "features": { |
| 5 | + "ghcr.io/devcontainers/features/github-cli:1": {}, |
| 6 | + "ghcr.io/devcontainers/features/node:1": {}, |
| 7 | + "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {} |
| 8 | + }, |
| 9 | + |
| 10 | + "forwardPorts": [7071], |
| 11 | + |
| 12 | + "postCreateCommand": ". ${NVM_DIR}/nvm.sh && nvm install && npm install", |
| 13 | + |
| 14 | + "extensions": [ |
| 15 | + "esbenp.prettier-vscode", |
| 16 | + "dbaeumer.vscode-eslint", |
| 17 | + "streetsidesoftware.code-spell-checker", |
| 18 | + "ms-azuretools.vscode-azurefunctions", |
| 19 | + "ms-azuretools.vscode-azurestorage", |
| 20 | + "GitHub.vscode-pull-request-github", |
| 21 | + "Azurite.azurite" |
| 22 | + ] |
23 | 23 | }
|
0 commit comments