add recommended extensions for easier linting (#745)

This commit is contained in:
Julien Staub 2022-05-08 11:36:51 +02:00 committed by GitHub
parent fe4cf8e818
commit 234be95c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
"platformio.platformio-ide",
"DavidAnson.vscode-markdownlint",
"shd101wyy.markdown-preview-enhanced",
]
}