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
Option --doc_out_path was initially implemented to be an optional argument. But since #2821 it is mandatory. You can no longer use --doc without --doc_out_path. I.e. you get an unsatisfying error with
lua-language-server --doc=.
I'd like to fix this and make --doc_out_path optional again.
What do you think is a reasonable default path?
Originally the default path of doc.json was the log path of LuaLS (aka LOGPATH in the code).
Now I'm pondering on changing the default path of doc.json to be the current directory.
Is this reasonable? What do you think? Any objections?
The text was updated successfully, but these errors were encountered:
but I think it should log a message that informs the user of the option
There will be a --help soon: #3065
though initially it will only include content from luals wiki, which maybe outdated.
For example the --num_threads (multi thread check: #2638) is not documented.
Option
--doc_out_path
was initially implemented to be an optional argument. But since #2821 it is mandatory. You can no longer use--doc
without--doc_out_path
. I.e. you get an unsatisfying error withlua-language-server --doc=.
I'd like to fix this and make
--doc_out_path
optional again.What do you think is a reasonable default path?
Originally the default path of
doc.json
was the log path of LuaLS (akaLOGPATH
in the code).Now I'm pondering on changing the default path of
doc.json
to be the current directory.Is this reasonable? What do you think? Any objections?
The text was updated successfully, but these errors were encountered: