-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
- 首次工作区诊断,以及相关语义分析的结果或许可以不用缓存
- 工作区诊断最好不要随文件实时变更触发,可改为保存时触发
Actual Behaviour
- 工作区诊断会导致插件的常驻内存翻倍
- 工作区诊断触发过于频繁
Reproduction steps
- Go to '...'
- Click '...'
- See error '...'
Additional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request