summaryrefslogtreecommitdiff
path: root/script/config
AgeCommit message (Collapse)Author
2024-08-23custom luadoc generationSkarph
2024-08-16Add setting: `Lua.type.checkTableShape`最萌小汐
2024-07-12added lua regular expression support for Lua.doc.<scope>NameNeOzay
2024-05-10fix: convert ENV value to boolcarsakiller
2024-05-10add: load ENV variables as argscarsakiller
2024-04-23Add globalsRegex to diagnosticsBruno Carvalho
Improve checkIsUndefinedGlobal to avoid unecessary checks and tables
2024-02-26Update template.luafesily
2024-02-21add infer function param typefesily
2024-01-17support multi pluginsfesily
2023-11-08Fix backwards compatability with `Lua.workspace.checkThirdParty`Rebecca Turner
I attempted to maintain backwards compatability in #2354 and #2406 but didn't fully understand the config type system. This approach uses `Type.Or` and I even tested it to confirm that it works! Thanks to @pysan3 for pointing out how a default would be used for invalid types and to @sumneko for pointing out `Type.Or`.
2023-10-18Make `workspace.checkThirdParty` a string enumRebecca Turner
This lets you skip the "apply third party library to workspace configuration" prompt.
2023-04-27更新实现CppCXY
2023-04-26complete namestyle providerCppCXY
2023-03-02default for `addonManager.enable` should be `true`最萌小汐
2023-02-20fix: Lua prefixcarsakiller
2023-02-20add: addon manager setting to templatecarsakiller
2023-02-10fix #1889最萌小汐
2023-02-04fix最萌小汐
#1872
2023-02-04add default exclude for non-VSCode最萌小汐
#1872
2023-01-31supports all schemes最萌小汐
resolve #1862
2023-01-16don't throw with loading luarc failed最萌小汐
2023-01-16remove telemetry最萌小汐
2022-12-18complete code lens最萌小汐
2022-12-01update json.lua最萌小汐
2022-10-31add `---@package`最萌小汐
2022-10-25add `doc.privateName` and `doc.protectedName`最萌小汐
#1316
2022-10-20fix quickfix最萌小汐
don't set into override scope
2022-10-17new setting `Lua.diagnostics.workspaceEvent`最萌小汐
set the time to trigger workspace diagnostics. resolve #1626
2022-09-20fix最萌小汐
2022-09-20resolve #1557 `Lua.misc.executablePath`最萌小汐
2022-08-23换行时自动填补table_sepCppCXY
2022-08-17默认一些选项CppCXY
2022-08-17提交typeformat选项相关CppCXY
2022-07-23Plugin enchancementsNicholas Dunn
Adds config.runtime.plugingArgs Adds pluginPath to package.path. Closes #1297 Adds log.warn() when specified plugin can't be found Possible Changelog entry: ```txt * `NEW` `Lua.runtime.pluginArgs` * `CHG` add plugin path in package.path ```
2022-07-22refactor `require-path`最萌小汐
2022-07-21`type.castNumberToInteger` default by `true`最萌小汐
2022-07-14update build-meta最萌小汐
2022-07-12sort enums最萌小汐
2022-07-07resolve #619 `diagnostics.unusedLocalExclude`最萌小汐
2022-07-07some fix最萌小汐
2022-07-06support `call`最萌小汐
2022-07-06semantic and completion description最萌小汐
2022-07-05resolve #1254 can suppress syntax errors最萌小汐
2022-07-05#1254 more non-standard symbols最萌小汐
2022-07-01#1260 `type.weakNilCheck`最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28diag `missing-return`最萌小汐
2022-06-27new setting `hint.semicolon`最萌小汐
2022-06-25add 2 type related settings最萌小汐
`type.castNumberToInteger` and `type.weakUnionCheck`
2022-06-25update config最萌小汐