mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Ignore rbx-test-files in luau-lsp config
This commit is contained in:
parent
ed07409dbc
commit
129512b067
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue