Files
tide-display/ePaper/.vscode/extensions.json
Peter Siegmund 625e806cbe initial commit
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-07 12:48:19 +02: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"
]
}