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