remote-firmware/.vscode/extensions.json
Florian Bouillon dbfc66687b
feat: Initial Commit
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-11-24 12:11:23 +01:00

11 lines
274 B
JSON

{
// 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"
]
}