Skip to content

Commit

Permalink
modifying devcontainer for net7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Feb 2, 2023
1 parent f283752 commit f824041
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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],
Expand Down

0 comments on commit f824041

Please sign in to comment.