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 e85c999 commit 2c0e8daCopy full SHA for 2c0e8da
.devcontainer/devcontainer.json
@@ -22,8 +22,7 @@
22
"GitHub.copilot-nightly",
23
"GitHub.vscode-github-actions",
24
"ms-dotnettools.vscode-dotnet-runtime",
25
- "ms-dotnetools.csharp",
26
- "ms-dotnettools.csdevkit"
+ "ms-dotnetools.csharp"
27
]
28
}
29
},
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "dotnet.defaultSolution": "SampleApp/SampleApp.sln"
3
+}
0 commit comments