Fix C# VSCode extension recommendation.

This commit is contained in:
Pieter-Jan Briers 2020-05-01 20:03:12 +02:00
parent c0ef4c4cbf
commit 15a0e670ad
No known key found for this signature in database
GPG Key ID: 132054DF433AE592
1 changed files with 1 additions and 1 deletions

View File

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