Skip to content

Commit

Permalink
Switch the devcontainer to the C# Dev Kit extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Jun 24, 2023
1 parent 9e614cc commit d3b9569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"ms-dotnettools.csdevkit",
"ms-dotnettools.csharp",
"ms-dotnettools.vscodeintellicode-csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"valentjn.vscode-ltex",
"VisualStudioExptTeam.vscodeintellicode"
]
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "Loretta.sln"
}

0 comments on commit d3b9569

Please sign in to comment.