Whimsy Elysium Duke
Whimsy Elysium Duke
  单独写lua没能复现 另外有没有强制修改类型的配置方式,比如 `---@class A local a = {} ---@class B:A ---@type string|number local c = 1 ---comment ---@return A ---@return string|number local function func1() return a, c end...
  [test.zip](https://github.com/sumneko/lua-language-server/files/8924920/test.zip) 在init.lua里无法识别const.A的子级数据。不确定这个问题是否是为了节省计算故意的
 ---@field xxx table
  可能由于Git(非vscode版)操作(此时VSCode打开md文件及显示预览)或其它操作导致的。未能准确确认如何复现 VSCode设置了文件自动保存  附注:之前使用如Markdown All in One之类插件未遇到相同问题 ``` { "editor.semanticHighlighting.enabled": true, "security.workspace.trust.untrustedFiles": "open", "lua_analyzer.codeLinting.enable": false, "lua_analyzer.codeLinting.checkWhileTyping": false, "lua_analyzer.codeLinting.checkAfterSave": false, "lua_analyzer.codeLinting.maxLineLength": 0, "luaide-lite.enableHighlight": false, "luaide-lite.theme.dark.annotation": "", "luaide-lite.theme.dark.global": "", "luaide-lite.theme.dark.parameter":...