Skip to content

Commit cf3888f

Browse files
committed
update dev container
1 parent 56d12e6 commit cf3888f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
21
{
3-
"name": ".NET Core 6.0, including pwsh (Ubuntu 18.04)",
4-
"dockerFile": "Dockerfile",
5-
6-
// Uncomment the next line to run commands after the container is created.
7-
"postCreateCommand": "cd src/powershell-unix && dotnet restore",
8-
9-
"extensions": [
10-
"ms-azure-devops.azure-pipelines",
11-
"ms-dotnettools.csharp",
12-
"ms-vscode.powershell",
13-
"DavidAnson.vscode-markdownlint",
14-
"vitaliymaz.vscode-svg-previewer"
15-
]
2+
"image": "mcr.microsoft.com/powershell/test-deps:ubuntu-22.04",
3+
"features": {
4+
"ghcr.io/devcontainers/features/github-cli:1": {},
5+
"ghcr.io/devcontainers/features/common-utils:2": {}
6+
},
7+
"customizations": {
8+
"codespaces": {
9+
"repositories": {
10+
"travisez13/dotfiles": {
11+
"permissions": "write-all"
12+
}
13+
}
14+
}
15+
}
1616
}

0 commit comments

Comments
 (0)