Skip to content

Commit ea425d6

Browse files
committed
update settings
1 parent 59b3390 commit ea425d6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.vscode/settings.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
11
{
2-
// luau-lsp
3-
"luau-lsp.completion.imports.requireStyle": "alwaysRelative",
42
"luau-lsp.completion.autocompleteEnd": true,
53
"luau-lsp.require.mode": "relativeToFile",
64
"luau-lsp.bytecode.vectorType": "vector",
7-
"luau-lsp.completion.imports.ignoreGlobs": [
8-
"**/node_modules/**/**/**",
9-
"**/output/**",
10-
],
11-
"luau-lsp.ignoreGlobs": [
12-
"**/node_modules/**",
13-
"*.lua"
14-
],
15-
16-
// vscode
175
"explorer.sortOrderLexicographicOptions": "upper",
186
"explorer.sortOrder": "foldersNestsFiles",
19-
"search.exclude": {
20-
"**/node_modules/**": true,
21-
"**/libs_copy/**": true,
22-
},
23-
"git.postCommitCommand": "sync",
24-
"git.rememberPostCommitCommand": true,
257
}

0 commit comments

Comments
 (0)