Compare commits

..

No commits in common. "4a51b8faff0e34c6123c94c671dfcc7ea875b1cb" and "1555c63001bab66875548134fedf69e518fc9ad6" have entirely different histories.

3 changed files with 14 additions and 1 deletions

5
.gitignore vendored
View file

@ -1,5 +1,8 @@
.pio
.vscode/
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
fp-info-cache
*-backups/
gui_defaults.par

10
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
// 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"
]
}