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-1
Original file line number
Diff line number
Diff line change
@@ -51,5 +51,5 @@ The structure of the file is currently not guaranteed to be stable. Options may
51
51
-`noLazy`: Prepare a target without generating object files but do not do lazy type checking and function body skipping
52
52
-`enabled`: Prepare a target without generating object files and the like
53
53
-`cancelTextDocumentRequestsOnEditAndClose: bool`: Whether sending a `textDocument/didChange` or `textDocument/didClose` notification for a document should cancel all pending requests for that document.
54
-
-`experimentalFeatures: string[]`: Experimental features to enable. Available options: on-type-formatting
54
+
-`experimentalFeatures: string[]`: Experimental features to enable. Available features: on-type-formatting
55
55
-`swiftPublishDiagnosticsDebounceDuration: double`: The time that `SwiftLanguageService` should wait after an edit before starting to compute diagnostics and sending a `PublishDiagnosticsNotification`.
0 commit comments