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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ The structure of the file is currently not guaranteed to be stable. Options may
30
30
-`linkerFlags: string[]`: Extra arguments passed to the linker. Equivalent to SwiftPM's `-Xlinker` option.
31
31
-`buildToolsSwiftCompilerFlags: string[]`: Extra arguments passed to the compiler for Swift files or plugins. Equivalent to SwiftPM's `-Xbuild-tools-swiftc` option.
32
32
-`disableSandbox: boolean`: Disables running subprocesses from SwiftPM in a sandbox. Equivalent to SwiftPM's `--disable-sandbox` option. Useful when running `sourcekit-lsp` in a sandbox because nested sandboxes are not supported.
33
+
-`buildSystem: "native"|"swiftbuild"`: Which SwiftPM build system should be used when opening a package.
33
34
-`compilationDatabase`: Dictionary with the following keys, defining options for workspaces with a compilation database.
34
35
-`searchPaths: string[]`: Additional paths to search for a compilation database, relative to a workspace root.
35
36
-`fallbackBuildSystem`: Dictionary with the following keys, defining options for files that aren't managed by any build server.
0 commit comments