Files
HH3slave_STM32L476RGT6/.vscode/extensions.json
2025-06-18 09:13:39 +08: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"
]
}