We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaf05a commit 23b5a34Copy full SHA for 23b5a34
handler/handler.go
@@ -656,7 +656,7 @@ func (handler *InoHandler) CheckCppIncludesChanges() {
656
657
includesCanary := ""
658
for _, line := range strings.Split(handler.sketchMapper.CppText.Text, "\n") {
659
- if strings.Contains(line, "#include <") {
+ if strings.Contains(line, "#include ") {
660
includesCanary += line
661
}
662
0 commit comments