From 129512b0675beea9b99d8888b2a9463a626ff0b9 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 22 Mar 2023 16:42:07 +0100 Subject: [PATCH] Ignore rbx-test-files in luau-lsp config --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 74719fa..41c815e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,9 @@ // Luau - ignore type defs file in docs dir and dev scripts we use "luau-lsp.ignoreGlobs": [ "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-analyzer.check.command": "clippy",