Files
Ondrej-Trochta 9f4b99064c modified: ../.gitignore
new file:   ../.vscode/extensions.json
	deleted:    ../LICENSE
	deleted:    ../README.md

	new file:   ../include/README
	new file:   ../lib/README
	new file:   ../platformio.ini
	new file:   .theia/launch.json
	new file:   Zabezpecovacka-GSM.cpp
2024-04-19 00:02:29 +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"
]
}