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
I found that it isn't up to date with what I was trying. But maybe the issue was that it no longer accepts file paths. Not sure. Will test later and reply back if I can
How are you using the lua-language-server?
Command Line
Which OS are you using?
Windows WSL
What is the issue affecting?
Annotations, Type Checking
Expected Behaviour
lua-language-server --check reproduction.lua
should error if there is an issue. For example in this filereproduction.lua
The
asdfasfsdf_does_not_exist_is_not_defined
type does not existActual Behaviour
The command reports
Diagnosis completed, no problems found
Reproduction steps
Last Working Version
This errors as expected with
Diagnosis complete, 1 problems found, see {root}/lua-language-server/log/check.json
messageBroken
In both cases the report says
Diagnosis completed, no problems found
, instead of erroring as expected.Additional Notes
It seems a lot changed between 3.7.4 and 3.8.0. Maybe the expectations / interface
--check
are different now? It's a bit hard to find info onlineLog File
3.7.4
check.json
3.13.4
service.log
/home/selecaoone/repositories/lua-language-server/log/file_home_selecaoone_temp_annotation_tes_annotation_type_test.lua.log
The text was updated successfully, but these errors were encountered: