Skip to content

Commit 4d224a0

Browse files
committed
Add comment
1 parent 5d15cd3 commit 4d224a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration-tests/utilities/testutilities.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const extensionBootstrapper = (() => {
7878
this.currentTest,
7979
testAssets ?? ["defaultPackage"]
8080
);
81+
// Need the `disableSandbox` configuration which is only in 6.1
82+
// https://github.com/swiftlang/sourcekit-lsp/commit/7e2d12a7a0d184cc820ae6af5ddbb8aa18b1501c
8183
if (
8284
process.platform === "darwin" &&
8385
workspaceContext.toolchain.swiftVersion.isLessThan(new Version(6, 1, 0)) &&

0 commit comments

Comments
 (0)