diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..2b242420 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "luau-lsp.sourcemap.rojoProjectFile": "tests.project.json" +} \ No newline at end of file diff --git a/bin/analyze.sh b/bin/analyze.sh index 11b5e461..ef235e9f 100755 --- a/bin/analyze.sh +++ b/bin/analyze.sh @@ -2,7 +2,7 @@ curl -s -O https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/master/scripts/globalTypes.d.lua -rojo sourcemap dev.project.json -o sourcemap.json +rojo sourcemap tests.project.json -o sourcemap.json luau-lsp analyze --sourcemap=sourcemap.json --defs=globalTypes.d.lua --defs=testez.d.lua --ignore=**/_Index/** src/