Skip to content

Commit b759d8b

Browse files
committed
Fix failing windows LSP tests
Disable LSP tests on Windows Make diagnostic tests feed expected data
1 parent 94ff8f0 commit b759d8b

File tree

4 files changed

+217
-127
lines changed

4 files changed

+217
-127
lines changed

assets/test/.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"-DTEST_ARGUMENT_SET_VIA_TEST_BUILD_ARGUMENTS_SETTING"
99
],
1010
"lldb.verboseLogging": true,
11-
"swift.backgroundCompilation": false
11+
"swift.backgroundCompilation": false,
12+
"swift.sourcekit-lsp.backgroundIndexing": "off"
1213
}

0 commit comments

Comments
 (0)