-
Notifications
You must be signed in to change notification settings - Fork 24
Handle dart language-server #181
New issue
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
Conversation
The dart-sdk that comes with flutter doesn't include the snapshots by default. This is also the recommended approach according to the docs.
Lets us track which capabilities the current dart version supports, which will help for version regressions that may be introduced or for deciding what features we can use.
Just noticed the test failures, will resolve these when I have time 😄 |
Currently returns a formatted string
Apologies this took so long 😅 Added a couple more tests too, I've been using buttercup myself recently and I'm liking it more than ert. Worth looking into! Makes tests super succinct and readable |
Just to mention, the loaddef bug is resolved now in windows' |
Good to know! |
Use lsp-dart-version-at-least-p instead.
0949acb
to
c0de0bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
The dart-sdk that comes with flutter doesn't include the snapshots by
default.
This is also the recommended approach according to the docs.