We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f389aa4 commit c49fb06Copy full SHA for c49fb06
.devcontainer/devcontainer.json
@@ -8,7 +8,7 @@
8
},
9
"postCreateCommand": "dotnet restore",
10
"extensions": [
11
- "ms-vscode.csharp",
+ "ms-dotnettools.csharp",
12
"ms-vscode.powershell"
13
]
14
}
.vscode/extensions.json
@@ -3,7 +3,7 @@
3
// for the documentation about the extensions.json format
4
"recommendations": [
5
"ms-vscode.PowerShell",
6
7
"ms-vscode-remote.remote-containers"
0 commit comments