Add vscode recommendations

This commit is contained in:
Piotr Rogowski 2021-09-26 18:55:59 +02:00
parent 992ea151ad
commit 4f1620ff7e
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"sonarsource.sonarlint-vscode",
"davidanson.vscode-markdownlint"
]
}