We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4cf8e commit 234be95Copy full SHA for 234be95
.vscode/extensions.json
@@ -2,6 +2,8 @@
2
// See http://go.microsoft.com/fwlink/?LinkId=827846
3
// for the documentation about the extensions.json format
4
"recommendations": [
5
- "platformio.platformio-ide"
+ "platformio.platformio-ide",
6
+ "DavidAnson.vscode-markdownlint",
7
+ "shd101wyy.markdown-preview-enhanced",
8
]
9
}
0 commit comments