Ignore VSCode suggestion

This commit is contained in:
Richard Bowman 2023-02-13 15:18:33 +00:00
parent ce762bdb60
commit e65c290ae6

View file

@ -3,5 +3,8 @@
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"platformio.platformio-ide" "platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
] ]
} }