Skip to content

Commit 6888e82

Browse files
authored
Merge pull request #1699 from ahoppen/vscode-settings
Add a settings.json file to the project
2 parents de4aa4d + 4068428 commit 6888e82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"swift.swiftEnvironmentVariables": {
3+
// Show log messages when running tests on macOS
4+
"SOURCEKITLSP_FORCE_NON_DARWIN_LOGGER": "1",
5+
// Decrease timeout to 10s locally from the default 3min we allow by default. This is usually sufficient and makes test fail faster.
6+
"SOURCEKIT_LSP_TEST_TIMEOUT": "10"
7+
},
8+
}

0 commit comments

Comments
 (0)