You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Configuration File.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The structure of the file is currently not guaranteed to be stable. Options may
38
38
-`clangdOptions: string[]`: Extra command line arguments passed to `clangd` when launching it.
39
39
-`index`: Options related to indexing.
40
40
-`indexPrefixMap: [string: string]`: Path remappings for remapping index data for local use.
41
-
-`updateIndexStoreTimeout: integer`: Number of seconds to wait for an update index store task to finish before killing it.
41
+
-`updateIndexStoreTimeout: integer`: Number of seconds to wait for an update index store task to finish before terminating it.
42
42
-`logging`: Options related to logging, changing SourceKit-LSP’s logging behavior on non-Apple platforms. On Apple platforms, logging is done through the [system log](Diagnose%20Bundle.md#Enable%20Extended%20Logging). These options can only be set globally and not per workspace.
43
43
-`level: "debug"|"info"|"default"|"error"|"fault"`: The level from which one onwards log messages should be written.
44
44
-`privacyLevel: "public"|"private"|"sensitive"`: Whether potentially sensitive information should be redacted. Default is `public`, which redacts potentially sensitive information.
"Sanity check failed. The Hover response did not contain foo(), even before crashing sourcekitd. Received response: \(String(describing: preCrashHoverResponse))"
72
+
"Precondition test failed. The Hover response did not contain foo(), even before crashing sourcekitd. Received response: \(String(describing: preCrashHoverResponse))"
0 commit comments