mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
formatted extensions
This commit is contained in:
parent
bb71af176e
commit
34024760d3
1 changed files with 6 additions and 2 deletions
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
// for the documentation about the extensions.json format
|
// for the documentation about the extensions.json format
|
||||||
"recommendations": ["platformio.platformio-ide"],
|
"recommendations": [
|
||||||
"unwantedRecommendations": ["ms-vscode.cpptools-extension-pack"]
|
"platformio.platformio-ide"
|
||||||
|
],
|
||||||
|
"unwantedRecommendations": [
|
||||||
|
"ms-vscode.cpptools-extension-pack"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue