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
We need to introduce a new way to interacts with variable definition related things, after they've been removed from the Module struct. Access through the module store won't be possible anymore, so we need a new abstraction.
This will allow the LSP handlers (like did_open, did_change) to continue to work as before, but instead of accessing a module directly, they use the abstraction and the language ID to complete the operation, like adding an entity or checking for existence.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
We need to introduce a new way to interacts with variable definition related things, after they've been removed from the
Module
struct. Access through the module store won't be possible anymore, so we need a new abstraction.terraform-ls/internal/langserver/handlers/did_open.go
Lines 40 to 54 in 62b906e
This will allow the LSP handlers (like
did_open
,did_change
) to continue to work as before, but instead of accessing a module directly, they use the abstraction and the language ID to complete the operation, like adding an entity or checking for existence.The text was updated successfully, but these errors were encountered: