Skip to content

Commit ca8458e

Browse files
authored
Disable indexing swift packages in subfolders on this repo (#1704)
When developing in this repository if you have the Swift extension installed sourcekit-lsp will begin indexing the test projects in assets/test which can be disruptive when opening the project for the first time.
1 parent 9a7bfad commit ca8458e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717

1818
// Disable for when opening files in this workspace
1919
"swift.disableAutoResolve": true,
20-
"swift.autoGenerateLaunchConfigurations": false
20+
"swift.autoGenerateLaunchConfigurations": false,
21+
"swift.sourcekit-lsp.disable": true
2122
}

0 commit comments

Comments
 (0)