-
Notifications
You must be signed in to change notification settings - Fork 20
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
[LS] Add checker support for BlockchainHelpers
identifier location
#187
Conversation
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.
👍
languageserver/go.mod
Outdated
replace github.com/onflow/cadence-tools/test => ../test | ||
|
||
replace github.com/onflow/cadence => ../../cadence |
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.
replace
statements should not be comitted
replace github.com/onflow/cadence-tools/test => ../test | |
replace github.com/onflow/cadence => ../../cadence |
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.
Oops yeah 😅
I used them for local development, will get them out 👍
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.
maybe refer to the commit, until we tag a release
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.
I think I have tried that before, but it didn't work with forks. I will check again though 👍
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.
4803a77
to
fe555bc
Compare
Depends on: #181
Description
The Cadence testing framework has introduced a new identifier location:
BlockchainHelpers
, so we add support for it in the language server. Otherwise the checking would fail.master
branchFiles changed
in the Github PR explorer