[originally posted in BS Lint, but I don't think that was the right place..]
I have diagnostic filters for **/maestro/**
I discovered the issue while using Maestro. Maestro creates a ton of files under maestro/generated. However, the linter thinks these files are located under components/maestro/generated when the actual path is src/components/maestro/generated.
So there are two problems here:
The source path for maestro/generated is incorrect (I'm not sure if this is caused by maestro or by bsconfig) - this might be a maestro problem?
Regardless though, the errors are not being filtered out despite diagnostic filters that should be applied
The files produce 1082 errors. If you click on any of the warnings you receive an editor error "Cannot open because file not found" because the path is incorrect
[originally posted in BS Lint, but I don't think that was the right place..]
I have diagnostic filters for
**/maestro/**
I discovered the issue while using Maestro. Maestro creates a ton of files under
maestro/generated
. However, the linter thinks these files are located undercomponents/maestro/generated
when the actual path issrc/components/maestro/generated
.So there are two problems here:
The files produce 1082 errors. If you click on any of the warnings you receive an editor error "Cannot open because file not found" because the path is incorrect
bsconfig.json