1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 15:52:20 +01:00

Revert "try another way"

This reverts commit 96d39403f4.
This commit is contained in:
J. Nick Koston
2025-07-14 09:21:42 -10:00
parent b95449615f
commit 2057af8396

View File

@@ -121,8 +121,6 @@ def clang_options(idedata):
) )
) )
or (directory.startswith(f"{root_path}") and "/.pio/" in directory) or (directory.startswith(f"{root_path}") and "/.pio/" in directory)
or "/.platformio/"
in directory # Also treat any .platformio directory as system
): ):
cmd.extend(["-isystem", directory]) cmd.extend(["-isystem", directory])