EnvMonitor/.vscode/extensions.json
NanamiAdmin 7c08fce636 new file: .gitignore
new file:   .vscode/extensions.json
	new file:   include/README
	new file:   lib/README
	new file:   platformio.ini
	new file:   src/main.cpp
	new file:   test/README
2025-08-05 15:29:18 +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"
]
}