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 67ef7c7 commit 7cd3364Copy full SHA for 7cd3364
src/toolchain/toolchain.ts
@@ -576,7 +576,7 @@ export class SwiftToolchain {
576
};
577
}
578
// Check if the swift binary is managed by swiftly
579
- if (await Swiftly.isManagedBySwiftly(realSwiftBinaryPath)) {
+ if (await Swiftly.isManagedBySwiftly(swiftBinaryPath)) {
580
const swiftlyToolchainPath = await Swiftly.getActiveToolchain(extensionRoot, cwd);
581
return {
582
toolchainPath: path.resolve(swiftlyToolchainPath, "usr"),
0 commit comments