UnderMyWheel / vscode-luau

Roblox Luau extension for Visual Studio Code
MIT License
12 stars 2 forks source link

Incorrectly marking valid code as invalid #14

Closed ayvacs closed 2 years ago

ayvacs commented 2 years ago

I've seen it mark this stuff as wrong when it's actually valid Luau code:

That code is all valid Luau (runs fine in-game and in studio)

UnderMyWheel commented 2 years ago

The Luau extension only provides syntax highlighting and snippets. The type check errors are potentially the result of another extension you have installed.