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

WorkspaceUpdate and diagnostic changes #2948

Open
annaa-ka opened this issue Nov 10, 2024 · 0 comments
Open

WorkspaceUpdate and diagnostic changes #2948

annaa-ka opened this issue Nov 10, 2024 · 0 comments

Comments

@annaa-ka
Copy link

annaa-ka commented Nov 10, 2024

How are you using the lua-language-server?

Other

Which OS are you using?

Linux

What is the issue affecting?

Diagnostics/Syntax Checking

Expected Behaviour

image

Lua language server sends textDocument/publishDiagnostics with error but at the same time gives description

This error happens only when sending workspace/didChangeConfiguration every two seconds with new annotations for lua, working without frequent configuration changes works ok

  1. After some time this notification disappears, does server support frequent configuration changes?
  2. Is there any sync between updating workspace.library and diagnostic checks?
  3. Are there any ways how debug where the problem comes from?

Actual Behaviour

No error with undefined global appear

Reproduction steps

Actually, we wrote our own extension for VScode and use language server binary to run in separate subprocess

Additional Notes

No response

Log File

No response

@annaa-ka annaa-ka changed the title False undefined global notification WorkspaceUpdate and diagnostic changes Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant