最萌小汐

Results 339 comments of 最萌小汐

> `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. ![ffi](https://user-images.githubusercontent.com/5213431/202104395-7b848bfc-2177-426a-b5ae-ec2f53b2c12d.gif) 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` 了?