We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22505b commit 4cdfc4dCopy full SHA for 4cdfc4d
changelog.md
@@ -31,7 +31,7 @@
31
local x
32
33
if type(x) == 'string' then
34
- print(x) -- `x` is `string` here
+ print(x) -- `x` is `string` here
35
end
36
```
37
* `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file.
0 commit comments