This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
⚠️Warning
This wiki has been replaced by the wiki on our website. This wiki will be removed in the future.
Diagnosis Report
A diagnosis report is a file that can be generated by the language server that provides the same info a client usually receives.
Create a Report
You can use the command line to perform a diagnosis of your workspace and export the results to a file. This report will use the .luarc.json in the target workspace (unless otherwise specified with --configpath)
The server will exit once the report is complete. The report will be written to check.json in your logpath (unless otherwise specified with --logpath).
How it Works
The check command will start a virtual client that opens all files in the target workspace, retrieves all diagnostic info, and writes it to a file.