Skip to content

Commit 123f373

Browse files
committed
Use separate folder for indexing and IDE builds
1 parent e57a2d4 commit 123f373

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.sourcekit-lsp/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/swiftlang/sourcekit-lsp/refs/heads/release/6.1/config.schema.json",
3-
"backgroundIndexing": false
2+
"$schema": "https://raw.githubusercontent.com/swiftlang/sourcekit-lsp/refs/heads/release/6.2.1/config.schema.json",
3+
"backgroundIndexing": false,
4+
"swiftPM": {
5+
"scratchPath": ".build-vscode"
6+
}
47
}

0 commit comments

Comments
 (0)