mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-12 01:48:49 +00:00
SA-14 added extensions to devcontainer
This commit is contained in:
parent
6b8b2bdeb3
commit
547c23f7c0
@ -20,7 +20,10 @@
|
|||||||
"kreativ-software.csharpextensions",
|
"kreativ-software.csharpextensions",
|
||||||
"ms-dotnettools.csharp",
|
"ms-dotnettools.csharp",
|
||||||
"patcx.vscode-nuget-gallery",
|
"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
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"files.exclude": {
|
||||||
|
"**/bin": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user