Skip to content
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

[Bug] Unexpected IDE functionality when non compiled entry files change #981

Closed
Peefy opened this issue Jan 11, 2024 · 0 comments · Fixed by #1085
Closed

[Bug] Unexpected IDE functionality when non compiled entry files change #981

Peefy opened this issue Jan 11, 2024 · 0 comments · Fixed by #1085
Assignees
Labels

Comments

@Peefy
Copy link
Contributor

Peefy commented Jan 11, 2024

Enhancement

For example, https://github.com/kcl-lang/kcl-lang.io/tree/main/examples/gitops/config

When the file app.k changed, the hover features are not changed in the whole file.

This is because app.k has changed, but the compilation entry is main.k in kcl.yaml, which depends on app.k but app.k is cached by the AST module cache and app.k not recompiled.

@Peefy Peefy added the lsp label Jan 11, 2024
@Peefy Peefy added this to the v0.8.0 Release milestone Jan 11, 2024
@He1pa He1pa changed the title [Enhancement] Unexpected IDE functionality when non compiled entry files change [Bug] Unexpected IDE functionality when non compiled entry files change Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants