lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Stuck diagnosing workspace

Open Martmists-GH opened this issue 1 year ago • 0 comments

How are you using the lua-language-server?

IntelliJ Plugin

Which OS are you using?

Linux

What is the issue affecting?

Diagnostics/Syntax Checking

Expected Behaviour

I get type hints as I do with EmmyLua and similar plugins

Actual Behaviour

Diagnosis gets stuck on file 3/3477

Reproduction steps

Open https://github.com/Martmists-GH/SV-Script-RE with this config:

{
  "workspace": {
    "maxPreload": 10000,
    "ignoreDir": [
      "split",
      "tools"
    ]
  }
}

Additional Notes

No response

Log File

Unable to locate the log file

Martmists-GH avatar Oct 04 '24 18:10 Martmists-GH