additionalProjectPaths property
Paths that should be considered the users local code.
These paths will generally be all of the open folders in the users editor and are used to determine whether a library is "external" or not to support debugging "just my code" where SDK/Pub package code will be marked as not-debuggable.
Implementation
final List<String>? additionalProjectPaths;