Skip to content

Commit

Permalink
Update analysis to ignore pesde index
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Nov 24, 2024
1 parent 573cbd7 commit dca1332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lune/analyze.luau
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run("luau-lsp", {
`--sourcemap={constants.SOURCEMAP_PATH}`,
`--defs={globalDefsPath}`,
"--settings=./.vscode/settings.json",
"--ignore=**/_Index/**",
"--ignore=**/.pesde/**",
constants.SOURCE_PATH,
constants.LUNE_SCRIPTS_PATH,
constants.EXAMPLE_PATH,
Expand All @@ -34,6 +34,6 @@ run("luau-lsp", {
`--sourcemap={constants.SOURCEMAP_PATH}`,
`--defs={globalDefsPath}`,
"--settings=./.vscode/settings.json",
"--ignore=**/_Index/**",
"--ignore=**/.pesde/**",
"code-samples/src",
})

0 comments on commit dca1332

Please sign in to comment.