Check-in .vscode/extensions.json

This commit is contained in:
M.K. Safi
2020-07-25 10:04:33 -07:00
parent 22f22c0fa0
commit 97b7d920cb
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@@ -292,7 +292,8 @@ __pycache__/
BTCPayServer/wwwroot/bundles/*
!BTCPayServer/wwwroot/bundles/.gitignore
.vscode
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
BTCPayServer/testpwd

3
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"recommendations": ["ms-dotnettools.csharp"]
}