SA-14 added extensions to devcontainer

This commit is contained in:
shchoholiev-opflo 2023-10-14 19:53:12 +00:00
parent 6b8b2bdeb3
commit 547c23f7c0
2 changed files with 9 additions and 1 deletions

View File

@ -20,7 +20,10 @@
"kreativ-software.csharpextensions",
"ms-dotnettools.csharp",
"patcx.vscode-nuget-gallery",
"mhutchie.git-graph"
"mhutchie.git-graph",
"fernandoescolar.vscode-solution-explorer",
"formulahendry.dotnet-test-explorer",
"GitHub.copilot"
]
}
}

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.exclude": {
"**/bin": true
}
}