We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use gf in an import statement, I get the following error:
gf
[dart-vim-plugin] cannot find .packages file E447: Can't find file "package:test/test.dart" in path
I imagine this is because pub recently stopped generating this file, in favor of .dart_tool/package_config.json.
.dart_tool/package_config.json
I will try to see if I can make a PR for this (my first vimscript PR :O ), but figured I would file an issue first.
FYI I did dart pub get with:
dart pub get
Dart SDK version: 2.18.0-119.0.dev (dev) (Mon May 16 04:55:15 2022 -0700) on "linux_x64"
And it did not generate a .packages file.
I'm using this plugin from head, which at the moment is ceecea7
The text was updated successfully, but these errors were encountered:
Related dart-lang/sdk#48272
Sorry, something went wrong.
support package_config.json for package resolution (#137)
81e50e8
Fixes #136 Search for `.dart_tool/package_config.json` before falling back on `.packages`.
Successfully merging a pull request may close this issue.
When trying to use
gf
in an import statement, I get the following error:I imagine this is because pub recently stopped generating this file, in favor of
.dart_tool/package_config.json
.I will try to see if I can make a PR for this (my first vimscript PR :O ), but figured I would file an issue first.
FYI I did
dart pub get
with:And it did not generate a .packages file.
I'm using this plugin from head, which at the moment is ceecea7
The text was updated successfully, but these errors were encountered: