File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed 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
- }
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 @@ -104,7 +104,6 @@ build_flags =
104
104
-DBEARSSL_SSL_BASIC
105
105
-D CORE_DEBUG_LEVEL =0
106
106
-D NDEBUG
107
- -Dregister =
108
107
# build_flags for the IRremoteESP8266 library (enabled decoders have to appear here)
109
108
-D _IR_ENABLE_DEFAULT_ =false
110
109
-D DECODE_HASH =true
@@ -183,7 +182,7 @@ build_flags =
183
182
-DESP8266
184
183
-DFP_IN_IROM
185
184
; -Wno-deprecated-declarations
186
- ; -Wno-register
185
+ -Wno-register
187
186
-Wno-misleading-indentation
188
187
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
189
188
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
You can’t perform that action at this time.
0 commit comments