We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be interesting to customize Rune's lint for VS Code, similar to how Lua does it.
(https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
---@alias os.mtime fun(): number ---@alias table.create fun(arrayLength: number, keyLength: number): table ---@alias table.pack fun(...): table ---@class rawgetmetatable ---@field __index fun(self: table, key: any): any rawgetmetatable = {}```
The text was updated successfully, but these errors were encountered:
We don't have a type system yet even for diagnostics. This will become relevant once that is being worked on.
See #673
Sorry, something went wrong.
No branches or pull requests
It would be interesting to customize Rune's lint for VS Code, similar to how Lua does it.
(https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
The text was updated successfully, but these errors were encountered: