Whimsy Elysium Duke

Results 4 issues of Whimsy Elysium Duke

![image](https://user-images.githubusercontent.com/8649540/176608459-270e925f-8133-4abb-b80b-87b3c27bd8c2.png) ![image](https://user-images.githubusercontent.com/8649540/176608487-04dcf577-4ec0-4919-8f84-0cc0a5930d4c.png) 单独写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...

bug
enhancement
need more infomation
type check

![image](https://user-images.githubusercontent.com/8649540/174236061-fdac127e-519d-4d0e-8cea-79ed257a46b3.png) ![image](https://user-images.githubusercontent.com/8649540/174236120-0dd51608-20a1-496b-818a-17cbeecbe73c.png) [test.zip](https://github.com/sumneko/lua-language-server/files/8924920/test.zip) 在init.lua里无法识别const.A的子级数据。不确定这个问题是否是为了节省计算故意的

enhancement

![image](https://user-images.githubusercontent.com/8649540/127449653-90892662-286c-4727-8d29-eca2079d27ac.png) ---@field xxx table

bug
EmmyLua
priority.low

![image](https://github.com/shd101wyy/vscode-markdown-preview-enhanced/assets/8649540/5a999ed8-da47-41b4-b7bc-111ee5f7db15) ![image](https://github.com/shd101wyy/vscode-markdown-preview-enhanced/assets/8649540/16a16cad-8143-4c01-9944-475556bea2bd) 可能由于Git(非vscode版)操作(此时VSCode打开md文件及显示预览)或其它操作导致的。未能准确确认如何复现 VSCode设置了文件自动保存 ![image](https://github.com/shd101wyy/vscode-markdown-preview-enhanced/assets/8649540/5b00d39b-53c2-44de-9cd1-e74d79c25b3c) 附注:之前使用如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":...

bug