File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ .pio
2
+ .vscode /.browse.c_cpp.db *
3
+ .vscode /c_cpp_properties.json
4
+ .vscode /launch.json
5
+ .vscode /ipch
Original file line number Diff line number Diff line change
1
+ {
2
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
3
+ // for the documentation about the extensions.json format
4
+ "recommendations" : [
5
+ " platformio.platformio-ide"
6
+ ],
7
+ "unwantedRecommendations" : [
8
+ " ms-vscode.cpptools-extension-pack"
9
+ ]
10
+ }
Original file line number Diff line number Diff line change
1
+ .pio
2
+ .vscode /.browse.c_cpp.db *
3
+ .vscode /c_cpp_properties.json
4
+ .vscode /launch.json
5
+ .vscode /ipch
Original file line number Diff line number Diff line change
1
+ {
2
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
3
+ // for the documentation about the extensions.json format
4
+ "recommendations" : [
5
+ " platformio.platformio-ide"
6
+ ],
7
+ "unwantedRecommendations" : [
8
+ " ms-vscode.cpptools-extension-pack"
9
+ ]
10
+ }
You can’t perform that action at this time.
0 commit comments