Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-23 | custom luadoc generation | Skarph | |
2024-08-16 | Add setting: `Lua.type.checkTableShape` | 最萌小汐 | |
2024-07-12 | added lua regular expression support for Lua.doc.<scope>Name | NeOzay | |
2024-05-10 | fix: convert ENV value to bool | carsakiller | |
2024-05-10 | add: load ENV variables as args | carsakiller | |
2024-04-23 | Add globalsRegex to diagnostics | Bruno Carvalho | |
Improve checkIsUndefinedGlobal to avoid unecessary checks and tables | |||
2024-02-26 | Update template.lua | fesily | |
2024-02-21 | add infer function param type | fesily | |
2024-01-17 | support multi plugins | fesily | |
2023-11-08 | Fix 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-18 | Make `workspace.checkThirdParty` a string enum | Rebecca Turner | |
This lets you skip the "apply third party library to workspace configuration" prompt. | |||
2023-04-27 | 更新实现 | CppCXY | |
2023-04-26 | complete namestyle provider | CppCXY | |
2023-03-02 | default for `addonManager.enable` should be `true` | 最萌小汐 | |
2023-02-20 | fix: Lua prefix | carsakiller | |
2023-02-20 | add: addon manager setting to template | carsakiller | |
2023-02-10 | fix #1889 | 最萌小汐 | |
2023-02-04 | fix | 最萌小汐 | |
#1872 | |||
2023-02-04 | add default exclude for non-VSCode | 最萌小汐 | |
#1872 | |||
2023-01-31 | supports all schemes | 最萌小汐 | |
resolve #1862 | |||
2023-01-16 | don't throw with loading luarc failed | 最萌小汐 | |
2023-01-16 | remove telemetry | 最萌小汐 | |
2022-12-18 | complete code lens | 最萌小汐 | |
2022-12-01 | update json.lua | 最萌小汐 | |
2022-10-31 | add `---@package` | 最萌小汐 | |
2022-10-25 | add `doc.privateName` and `doc.protectedName` | 最萌小汐 | |
#1316 | |||
2022-10-20 | fix quickfix | 最萌小汐 | |
don't set into override scope | |||
2022-10-17 | new setting `Lua.diagnostics.workspaceEvent` | 最萌小汐 | |
set the time to trigger workspace diagnostics. resolve #1626 | |||
2022-09-20 | fix | 最萌小汐 | |
2022-09-20 | resolve #1557 `Lua.misc.executablePath` | 最萌小汐 | |
2022-08-23 | 换行时自动填补table_sep | CppCXY | |
2022-08-17 | 默认一些选项 | CppCXY | |
2022-08-17 | 提交typeformat选项相关 | CppCXY | |
2022-07-23 | Plugin enchancements | Nicholas 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-22 | refactor `require-path` | 最萌小汐 | |
2022-07-21 | `type.castNumberToInteger` default by `true` | 最萌小汐 | |
2022-07-14 | update build-meta | 最萌小汐 | |
2022-07-12 | sort enums | 最萌小汐 | |
2022-07-07 | resolve #619 `diagnostics.unusedLocalExclude` | 最萌小汐 | |
2022-07-07 | some fix | 最萌小汐 | |
2022-07-06 | support `call` | 最萌小汐 | |
2022-07-06 | semantic and completion description | 最萌小汐 | |
2022-07-05 | resolve #1254 can suppress syntax errors | 最萌小汐 | |
2022-07-05 | #1254 more non-standard symbols | 最萌小汐 | |
2022-07-01 | #1260 `type.weakNilCheck` | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-27 | new setting `hint.semicolon` | 最萌小汐 | |
2022-06-25 | add 2 type related settings | 最萌小汐 | |
`type.castNumberToInteger` and `type.weakUnionCheck` | |||
2022-06-25 | update config | 最萌小汐 | |