We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d15cd3 commit 4d224a0Copy full SHA for 4d224a0
test/integration-tests/utilities/testutilities.ts
@@ -78,6 +78,8 @@ const extensionBootstrapper = (() => {
78
this.currentTest,
79
testAssets ?? ["defaultPackage"]
80
);
81
+ // Need the `disableSandbox` configuration which is only in 6.1
82
+ // https://github.com/swiftlang/sourcekit-lsp/commit/7e2d12a7a0d184cc820ae6af5ddbb8aa18b1501c
83
if (
84
process.platform === "darwin" &&
85
workspaceContext.toolchain.swiftVersion.isLessThan(new Version(6, 1, 0)) &&
0 commit comments