Describe the bug
When running dart run custom-lint --watch in terminal or looking in custom_lint.log, no VM service Uri is to be found to attach the Dart process of the custom_lint package.
Even though custom_lint in analysis_options.yaml is set to debug: true and verbose: true, only errors are outputted into the custom_lint.log file.
To Reproduce
I tried setting up my own custom_lint package and another dart project depending
Here, I have added a sample project used to reproduce the issue. it depends on pyramid_lint, a custom_lint package that should be debuggable.
sample.zip
Describe the bug When running
dart run custom-lint --watch
in terminal or looking in custom_lint.log, no VM service Uri is to be found to attach the Dart process of the custom_lint package.Even though custom_lint in analysis_options.yaml is set to
debug: true
andverbose: true
, only errors are outputted into the custom_lint.log file.To Reproduce I tried setting up my own custom_lint package and another dart project depending
Here, I have added a sample project used to reproduce the issue. it depends on pyramid_lint, a custom_lint package that should be debuggable. sample.zip
Expected behavior