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 a6de50a commit bc5f659Copy full SHA for bc5f659
internal/arduino/builder/internal/detector/detector.go
@@ -167,9 +167,8 @@ func (l *SketchLibrariesDetector) PrintUsedAndNotUsedLibraries(sketchError bool)
167
time.Sleep(100 * time.Millisecond)
168
}
169
170
-// IncludeFolders fixdoc
+// IncludeFolders returns the list of include folders detected as needed.
171
func (l *SketchLibrariesDetector) IncludeFolders() paths.PathList {
172
- // TODO should we do a deep copy?
173
return l.includeFolders
174
175
0 commit comments