docs: add missing diagnostics and settings.#50
Merged
carsakiller merged 3 commits intoLuaLS:mainfrom May 23, 2025
qwertycxz:master
Merged
docs: add missing diagnostics and settings.#50carsakiller merged 3 commits intoLuaLS:mainfrom qwertycxz:master
carsakiller merged 3 commits intoLuaLS:mainfrom
qwertycxz:master
Conversation
Contributor
Author
carsakiller
requested changes
Apr 23, 2025
Collaborator
carsakiller
left a comment
There was a problem hiding this comment.
Great work! Just one change, please.
src/content/wiki/settings.mdx
Outdated
|
|
||
| Specifies a custom Lua script path to override the default documentation generation behavior. When set, the server uses this script (instead of [the built-in one](https://github.com/LuaLS/lua-language-server/blob/master/script/cli/doc/export.lua)) to generate LuaDocs, allowing customization of filtering, sorting, and formatting rules. Leave empty to use the default script. Requires the custom script to implement specific APIs for compatibility. | ||
|
|
||
| <Accordion> |
Collaborator
There was a problem hiding this comment.
I think the API for documentation generation should go on the Export documentation page instead, with a link to it here. I think it is a bit too cluttered having it in here with all the settings 🙂
Contributor
Author
There was a problem hiding this comment.
Sorry for so late. The change is done. :)
carsakiller
approved these changes
May 23, 2025
Collaborator
carsakiller
left a comment
There was a problem hiding this comment.
Awesome job, thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
List
invisiblediagnostic.diagnosticssetting.formatsetting.addonManager.repositoryBranchsetting.addonManager.repositoryPathsetting.codeLenssetting.diagnostics.globalsRegexsetting.doc.regenginesetting.docScriptPathsetting.hint.awaitPropagatesetting.languagesetting.nameStylesetting.type.checkTableShapesetting.type.inferParamTypesetting.type.inferTableSizesetting.typeFormatsetting.感想
解决一下文档残缺的历史遗留问题,真多呀……
花了一天时间肝出来的,可能会有笔误,敬请谅解!
另外,我尝试按照
README.md进行部署,但是没有成功😟。因此所有的改动都未经测试,拜托请代为进行测试!