OpenDTU/.vscode/extensions.json
Thomas Basler 18f880530f Apply correct order to extension.json items
VSCode applys this sorting anyways
2023-04-17 21:49:17 +02:00

14 lines
381 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"DavidAnson.vscode-markdownlint",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}