chore(lune): fix incorrect glob pattern in ignore

This commit is contained in:
Erica Marigold 2024-11-21 18:57:30 +00:00
parent c845d3670a
commit 7e204024e0
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -8,7 +8,7 @@ process.exit(
CommandBuilder.new("luau-lsp")
:withArg("analyze")
:withArgs({ "--settings", ".vscode/settings.json" })
:withArgs({ "--ignore", "'./**/.pesde/**'" })
:withArgs({ "--ignore", "'**/.pesde/**'" })
:withArg(".")
:withStdioStrategy("forward")
:exec().code