Compare commits
No commits in common. "4a51b8faff0e34c6123c94c671dfcc7ea875b1cb" and "1555c63001bab66875548134fedf69e518fc9ad6" have entirely different histories.
4a51b8faff
...
1555c63001
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
||||||
.pio
|
.pio
|
||||||
.vscode/
|
.vscode/.browse.c_cpp.db*
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/launch.json
|
||||||
|
.vscode/ipch
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
*-backups/
|
*-backups/
|
||||||
gui_defaults.par
|
gui_defaults.par
|
||||||
|
|
10
.vscode/extensions.json
vendored
Normal file
10
.vscode/extensions.json
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in a new issue