Skip to content

Commit 4d5225d

Browse files
Enable new solver in VSCode configuration (#157)
Not really sure we should be committing `.vscode/settings.json` to the repo, since it blocks others from using their own config. But given that it was added in #154, lets extend it to force enable the new solver
1 parent 611140f commit 4d5225d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"luau-lsp.sourcemap.enabled": false,
3-
"luau-lsp.platform.type": "standard"
2+
"luau-lsp.fflags.enableNewSolver": true,
3+
"luau-lsp.sourcemap.enabled": false,
4+
"luau-lsp.platform.type": "standard"
45
}

0 commit comments

Comments
 (0)