最萌小汐
最萌小汐
Fixed since VSCode 1.74.0
> `ffi` is unknown... until I refresh the window, then it loads. Seems like when a change is detected in `.luarc.json` it isn't diagnosing the workspace correctly.  I can...
@carsakiller Are you testing in multi-workspace?
Try wait few seconds after modification?
> The configuration files are behaving very weirdly. Setting the status bar state doesn't seem to work in `.luarc.json`, and setting it in `settings.json` is forcing `ffi` to be applied?...
> The configuration files are behaving very weirdly. Setting the status bar state doesn't seem to work in `.luarc.json`, and setting it in `settings.json` is forcing `ffi` to be applied?...
If the problem persists, please provide your operation description and corresponding log
精力有限,暂时不打算进一步关注内存问题。你可以先把工作区诊断关掉试试。
Current implementation: ```lua local t = {} t.f = function () end t.f = function (x) end t.f = function (x, y) end t.f --> Shows 3 items `f()`, `f(x)`...
你是不是把 `console` 设置成 `internalConsole` 了?