Skip to content

Commit 8616f7e

Browse files
authored
Merge pull request #1800 from kudinovdenis/patch-1
Minor readability changes in Configuration File.md
2 parents a696962 + 8aa928a commit 8616f7e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/Configuration File.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ The structure of the file is currently not guaranteed to be stable. Options may
4545
- `defaultWorkspaceType: "buildserver"|"compdb"|"swiftpm"`: Overrides workspace type selection logic.
4646
- `generatedFilesPath: string`: Directory in which generated interfaces and macro expansions should be stored.
4747
- `backgroundIndexing: bool`: Explicitly enable or disable background indexing.
48-
- `backgroundPreparationMode: "build"|"noLazy"|"enabled"`: Determines how background indexing should prepare a target. Possible values are: `build`: Build a target to prepare it, `noLazy`: Prepare a target without generating object files but do not do lazy type checking and function body skipping, `enabled`: Prepare a target without generating object files and the like
48+
- `backgroundPreparationMode: "build"|"noLazy"|"enabled"`: Determines how background indexing should prepare a target. Possible values are:
49+
- `build`: Build a target to prepare it
50+
- `noLazy`: Prepare a target without generating object files but do not do lazy type checking and function body skipping
51+
- `enabled`: Prepare a target without generating object files and the like
4952
- `cancelTextDocumentRequestsOnEditAndClose: bool`: Whether sending a `textDocument/didChange` or `textDocument/didClose` notification for a document should cancel all pending requests for that document.
5053
- `experimentalFeatures: string[]`: Experimental features to enable
51-
- `swiftPublishDiagnosticsDebounceDuration: double`: The time that `SwiftLanguageService` should wait after an edit before starting to compute diagnostics and sending a `PublishDiagnosticsNotification`.
54+
- `swiftPublishDiagnosticsDebounceDuration: double`: The time that `SwiftLanguageService` should wait after an edit before starting to compute diagnostics and sending a `PublishDiagnosticsNotification`.

0 commit comments

Comments
 (0)