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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The structure of the file is currently not guaranteed to be stable. Options may
15
15
16
16
-`swiftPM`: Dictionary with the following keys, defining options for SwiftPM workspaces
17
17
-`configuration: "debug"|"release"`: The configuration to build the project for during background indexing and the configuration whose build folder should be used for Swift modules if background indexing is disabled. Equivalent to SwiftPM's `--configuration` option.
18
-
-`scratchPath: string`: Build artifacts directory path. If nil, the build system may choose a default value. Equivalent to SwiftPM's `--scratch-path` option.
18
+
-`scratchPath: string`: Build artifacts directory path. If nil, the build system may choose a default value. This path can be specified as a relative path, which will be interpreted relative to the project root. Equivalent to SwiftPM's `--scratch-path` option.
19
19
-`swiftSDKsDirectory: string`: Equivalent to SwiftPM's `--swift-sdks-path` option
20
20
-`swiftSDK: string`: Equivalent to SwiftPM's `--swift-sdk` option
21
21
-`triple: string`: Equivalent to SwiftPM's `--triple` option
@@ -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
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