We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b3390 commit ea425d6Copy full SHA for ea425d6
.vscode/settings.json
@@ -1,25 +1,7 @@
1
{
2
- // luau-lsp
3
- "luau-lsp.completion.imports.requireStyle": "alwaysRelative",
4
"luau-lsp.completion.autocompleteEnd": true,
5
"luau-lsp.require.mode": "relativeToFile",
6
"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
17
"explorer.sortOrderLexicographicOptions": "upper",
18
"explorer.sortOrder": "foldersNestsFiles",
19
- "search.exclude": {
20
- "**/node_modules/**": true,
21
- "**/libs_copy/**": true,
22
- },
23
- "git.postCommitCommand": "sync",
24
- "git.rememberPostCommitCommand": true,
25
}
0 commit comments