|
1 | 1 | // See https://aka.ms/vscode-remote/devcontainer.json for format details. |
2 | 2 | { |
3 | | - "name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)", |
4 | | - "dockerFile": "Dockerfile", |
| 3 | + "name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)", |
| 4 | + "dockerFile": "Dockerfile", |
5 | 5 |
|
6 | | - "workspaceMount": "source=${localWorkspaceFolder},target=/PowerShell,type=bind", |
7 | | - "workspaceFolder": "/PowerShell", |
| 6 | + "workspaceMount": "source=${localWorkspaceFolder},target=/PowerShell,type=bind", |
| 7 | + "workspaceFolder": "/PowerShell", |
8 | 8 |
|
9 | | - // Uncomment the next line to run commands after the container is created. |
10 | | - "postCreateCommand": "cd src/powershell-unix && dotnet restore", |
| 9 | + // Uncomment the next line to run commands after the container is created. |
| 10 | + "postCreateCommand": "cd src/powershell-unix && dotnet restore", |
11 | 11 |
|
12 | | - "extensions": [ |
13 | | - "ms-azure-devops.azure-pipelines", |
14 | | - "ms-dotnettools.csharp", |
15 | | - "ms-vscode.powershell", |
16 | | - "DavidAnson.vscode-markdownlint", |
17 | | - "vitaliymaz.vscode-svg-previewer" |
18 | | - ] |
| 12 | + "customizations": { |
| 13 | + "vscode": { |
| 14 | + "extensions": [ |
| 15 | + "ms-azure-devops.azure-pipelines", |
| 16 | + "ms-dotnettools.csharp", |
| 17 | + "ms-vscode.powershell", |
| 18 | + "DavidAnson.vscode-markdownlint", |
| 19 | + "vitaliymaz.vscode-svg-previewer" |
| 20 | + ] |
| 21 | + } |
| 22 | + } |
19 | 23 | } |
0 commit comments