We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379931f commit 2c67277Copy full SHA for 2c67277
.devcontainer/devcontainer.json
@@ -6,7 +6,7 @@
6
"postCreateCommand": "dotnet restore",
7
8
"extensions": [
9
- "ms-vscode.csharp",
+ "ms-dotnettools.csharp",
10
"ms-vscode.powershell-preview",
11
"davidanson.vscode-markdownlint",
12
"editorconfig.editorconfig"
.vscode/extensions.json
@@ -2,7 +2,7 @@
2
// See http://go.microsoft.com/fwlink/?LinkId=827846
3
// for the documentation about the extensions.json format
4
"recommendations": [
5
"ms-vscode.powershell",
0 commit comments