You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, rules_nickel support copying Nickel files into the a temporary directory before running nickel export as a method for handling dependencies. This is suboptimal from an LSP integration standpoint: the files cannot be found by the Nickel language server during development.
We need a way of integration with the language server to tell it about extra files. When Nickel gets an accepted way of packaging libraries, we need to integrate with that.
This issue probably needs upstream support from the Nickel project.
The text was updated successfully, but these errors were encountered:
At the moment,
rules_nickel
support copying Nickel files into the a temporary directory before runningnickel export
as a method for handling dependencies. This is suboptimal from an LSP integration standpoint: the files cannot be found by the Nickel language server during development.We need a way of integration with the language server to tell it about extra files. When Nickel gets an accepted way of packaging libraries, we need to integrate with that.
This issue probably needs upstream support from the Nickel project.
The text was updated successfully, but these errors were encountered: