-
Notifications
You must be signed in to change notification settings - Fork 134
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
[lsp] 0.11.0 consistently crashing #1830
Comments
Does this problem occur in a specific project, or does it occur in any project? If just in some specific project, can you provide sample code? |
I also see the LSP constantly having issues when using the vscode extension. It really degrades usability when working with the language. |
Can you provide some code snippets that cause the error, or some steps to reproduce it? @gagemillerlob |
Same issue in JetBrains IDEs. As long as no dependencies are required all works perfectly. I added the crossplane module and the performance issues had begun. After a while (minutes not seconds) the IDE will crash or all my files are highlighted with an error: Cannot find the module crossplane. v1.pkg_crossplane_io_v1_configuration from /home/redacted/Projects/my-model/crossplane/v1/pkg_crossplane_io_v1_configuration (CannotFindModule) ...
[dependencies]
k8s = "1.31.2"
crossplane = "1.17.3" In Example to reproduce:
|
@debfire thank you, I will fix it as soon as possible |
Bug Report
When using v0.11.0 of the lsp. I am getting consistent crashes and poor performance. Tested in both WSL and Windows. I am testing with some fairly large imported crds. Downgrading to v.0.10.8 of the lsp I have seen less frequent crashes.
1. Minimal reproduce step (Required)
Use KCL lsp inside vscode.
2. What did you expect to see? (Required)
No crashes.
3. What did you see instead (Required)
4. What is your KCL components version? (Required)
The text was updated successfully, but these errors were encountered: