mirror of https://github.com/arendst/Tasmota.git
Auto Install Platformio in VSC (#20658)
This commit is contained in:
parent
d29b3b2871
commit
16db35c27b
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue