Skip to content

Commit 2c0e8da

Browse files
committed
removed devkit
1 parent e85c999 commit 2c0e8da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"GitHub.copilot-nightly",
2323
"GitHub.vscode-github-actions",
2424
"ms-dotnettools.vscode-dotnet-runtime",
25-
"ms-dotnetools.csharp",
26-
"ms-dotnettools.csdevkit"
25+
"ms-dotnetools.csharp"
2726
]
2827
}
2928
},

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dotnet.defaultSolution": "SampleApp/SampleApp.sln"
3+
}

0 commit comments

Comments
 (0)