From f824041f3b98f98537c29badcdf66c45540f69b5 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Thu, 2 Feb 2023 12:40:21 -0800 Subject: [PATCH] modifying devcontainer for net7 [skip ci] --- .devcontainer/devcontainer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d9039fa..43b4ac6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "args": { // Update 'VARIANT' to pick a .NET Core version: 3.1, 5.0, 6.0 // Append -bullseye or -focal to pin to an OS version. - "VARIANT": "6.0-bullseye", + "VARIANT": "7.0-bullseye", // Options "NODE_VERSION": "none" } @@ -19,12 +19,11 @@ }, // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "ms-dotnettools.csharp", - "samirat.csharp-test-adapter", - "ms-vscode.test-adapter-converter" - - ], + // "extensions": [ + // "ms-dotnettools.csharp", + // "samirat.csharp-test-adapter", + // "ms-vscode.test-adapter-converter" + // ], // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [5000, 5001],