We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de4aa4d + 4068428 commit 6888e82Copy full SHA for 6888e82
.vscode/settings.json
@@ -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