File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- // See https://aka.ms/vscode-remote/devcontainer.json for format details.
2
1
{
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
+ }
16
16
}
You can’t perform that action at this time.
0 commit comments