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
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
After some time this notification disappears, does server support frequent configuration changes?
Is there any sync between updating workspace.library and diagnostic checks?
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
The text was updated successfully, but these errors were encountered:
annaa-ka
changed the title
False undefined global notification
WorkspaceUpdate and diagnostic changes
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
Lua language server sends
textDocument/publishDiagnostics
with error but at the same time gives descriptionThis error happens only when sending
workspace/didChangeConfiguration
every two seconds with new annotations for lua, working without frequent configuration changes works okActual 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
The text was updated successfully, but these errors were encountered: