mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +00:00
chore(lune): fix incorrect glob pattern in ignore
This commit is contained in:
parent
c845d3670a
commit
7e204024e0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ process.exit(
|
||||||
CommandBuilder.new("luau-lsp")
|
CommandBuilder.new("luau-lsp")
|
||||||
:withArg("analyze")
|
:withArg("analyze")
|
||||||
:withArgs({ "--settings", ".vscode/settings.json" })
|
:withArgs({ "--settings", ".vscode/settings.json" })
|
||||||
:withArgs({ "--ignore", "'./**/.pesde/**'" })
|
:withArgs({ "--ignore", "'**/.pesde/**'" })
|
||||||
:withArg(".")
|
:withArg(".")
|
||||||
:withStdioStrategy("forward")
|
:withStdioStrategy("forward")
|
||||||
:exec().code
|
:exec().code
|
||||||
|
|
Loading…
Reference in a new issue