Skip to content

Commit

Permalink
#70 update devcontainer.json indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Apr 28, 2024
1 parent 8c9ee24 commit be37676
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 105 deletions.
106 changes: 53 additions & 53 deletions .devcontainer/dotnet6/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": ".NET 6 in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:6.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
},
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
"ghcr.io/azure/azure-dev/azd:0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {}
// ,
// "ghcr.io/devcontainers/features/dotnet:2": {
// "version": "none",
// "dotnetRuntimeVersions": "7.0",
// "aspNetCoreRuntimeVersions": "7.0"
// }
"name": ".NET 6 in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:6.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-node-azure-pack",
"GitHub.copilot",
"GitHub.vscode-github-actions",
// "ms-dotnettools.vscode-dotnet-runtime",
// "ms-dotnettools.csdevkit",
"ms-dotnettools.csharp"
]
}
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
// "forwardPorts": [
// 8080,
// 8081
// ],
// "postCreateCommand": "cd ./SampleApp && dotnet restore",
// "hostRequirements": {
// "memory": "8gb",
// "cpus": 4
// },
"remoteEnv": {
"DOTNET_MULTILEVEL_LOOKUP": "0",
"TARGET": "net6.0"
}
// "portsAttributes": {
// "8080": {
// "label": "Weather API",
// "onAutoForward": "notify"
// },
// "8081": {
// "label": "Weather Front End",
// "onAutoForward": "notify"
// }
"ghcr.io/azure/azure-dev/azd:0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {}
// ,
// "ghcr.io/devcontainers/features/dotnet:2": {
// "version": "none",
// "dotnetRuntimeVersions": "7.0",
// "aspNetCoreRuntimeVersions": "7.0"
// }
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-node-azure-pack",
"GitHub.copilot",
"GitHub.vscode-github-actions",
// "ms-dotnettools.vscode-dotnet-runtime",
// "ms-dotnettools.csdevkit",
"ms-dotnettools.csharp"
]
}
},
// "forwardPorts": [
// 8080,
// 8081
// ],
// "postCreateCommand": "cd ./SampleApp && dotnet restore",
// "hostRequirements": {
// "memory": "8gb",
// "cpus": 4
// },
"remoteEnv": {
"DOTNET_MULTILEVEL_LOOKUP": "0",
"TARGET": "net6.0"
}
// "portsAttributes": {
// "8080": {
// "label": "Weather API",
// "onAutoForward": "notify"
// },
// "8081": {
// "label": "Weather Front End",
// "onAutoForward": "notify"
// }
// }
}
104 changes: 52 additions & 52 deletions .devcontainer/dotnet8/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": ".NET 8 in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:8.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
},
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
"ghcr.io/azure/azure-dev/azd:0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "none",
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
}
"name": ".NET 8 in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:8.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-node-azure-pack",
"GitHub.copilot",
"GitHub.vscode-github-actions",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit",
"ms-dotnettools.csharp"
]
}
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
// "forwardPorts": [
// 8080,
// 8081
// ],
// "postCreateCommand": "cd ./SampleApp && dotnet restore",
// "hostRequirements": {
// "memory": "8gb",
// "cpus": 4
// },
"remoteEnv": {
"DOTNET_MULTILEVEL_LOOKUP": "0",
"TARGET": "net8.0"
"ghcr.io/azure/azure-dev/azd:0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "none",
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-node-azure-pack",
"GitHub.copilot",
"GitHub.vscode-github-actions",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit",
"ms-dotnettools.csharp"
]
}
// "portsAttributes": {
// "8080": {
// "label": "Weather API",
// "onAutoForward": "notify"
// },
// "8081": {
// "label": "Weather Front End",
// "onAutoForward": "notify"
// }
// }
},
// "forwardPorts": [
// 8080,
// 8081
// ],
// "postCreateCommand": "cd ./SampleApp && dotnet restore",
// "hostRequirements": {
// "memory": "8gb",
// "cpus": 4
// },
"remoteEnv": {
"DOTNET_MULTILEVEL_LOOKUP": "0",
"TARGET": "net8.0"
}
// "portsAttributes": {
// "8080": {
// "label": "Weather API",
// "onAutoForward": "notify"
// },
// "8081": {
// "label": "Weather Front End",
// "onAutoForward": "notify"
// }
// }
}

0 comments on commit be37676

Please sign in to comment.