Ignore rbx-test-files in luau-lsp config

This commit is contained in:
Filip Tibell 2023-03-22 16:42:07 +01:00
parent ed07409dbc
commit 129512b067
No known key found for this signature in database

View file

@ -8,7 +8,9 @@
// Luau - ignore type defs file in docs dir and dev scripts we use // Luau - ignore type defs file in docs dir and dev scripts we use
"luau-lsp.ignoreGlobs": [ "luau-lsp.ignoreGlobs": [
"docs/*.d.luau", "docs/*.d.luau",
"packages/lib-roblox/scripts/*.luau" "packages/lib-roblox/scripts/*.luau",
"tests/roblox/rbx-test-files/**/*.lua",
"tests/roblox/rbx-test-files/**/*.luau"
], ],
// Rust // Rust
"rust-analyzer.check.command": "clippy", "rust-analyzer.check.command": "clippy",