-
Notifications
You must be signed in to change notification settings - Fork 37
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
Segafault on GetVarAttributeCompletion #62
Comments
I ran into the same problem just now:
This seems to be most common when I'm refactoring things — as soon as I make half of a rename or restructure it crashes. Beyond handling that at all, I think there might be an argument for having an option to restart the language server manually or to wait before restarting after a failure — what happens now is that it crashes 5 times in a row within a second or two and then never restarts again. |
@acdha will take a look |
PR #74 should hopefully fix this. |
vscode +
mauve.terraform
1.4.0 + tip ofterraform-lsp
as ofb05a499
Seems to be when a matching config is not found when resolving locals.
Using reasonably complex locals with
for x in setproduct(a, b, c)
construct.Have patched around by adding
The text was updated successfully, but these errors were encountered: