15 lines
418 B
JSON
15 lines
418 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",
|
|
"EditorConfig.EditorConfig"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.cpptools-extension-pack"
|
|
]
|
|
}
|