Add VSCode extension recommendations

This commit is contained in:
Pieter-Jan Briers
2020-01-19 19:13:34 +01:00
parent aaf0b7a645
commit 812654fe32
2 changed files with 8 additions and 1 deletions

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

@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.csharp",
"editorconfig.editorconfig"
]
}