From be37676b4608b5d45876c166efb1ba4e82a5aaae Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sun, 28 Apr 2024 11:19:15 +0900 Subject: [PATCH] #70 update devcontainer.json indent --- .devcontainer/dotnet6/devcontainer.json | 106 ++++++++++++------------ .devcontainer/dotnet8/devcontainer.json | 104 +++++++++++------------ 2 files changed, 105 insertions(+), 105 deletions(-) diff --git a/.devcontainer/dotnet6/devcontainer.json b/.devcontainer/dotnet6/devcontainer.json index 3f63fa1..5fcab90 100644 --- a/.devcontainer/dotnet6/devcontainer.json +++ b/.devcontainer/dotnet6/devcontainer.json @@ -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" + // } + // } } \ No newline at end of file diff --git a/.devcontainer/dotnet8/devcontainer.json b/.devcontainer/dotnet8/devcontainer.json index 42eb4e3..45869ab 100644 --- a/.devcontainer/dotnet8/devcontainer.json +++ b/.devcontainer/dotnet8/devcontainer.json @@ -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" + // } + // } } \ No newline at end of file