swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
709 stars 47 forks source link

Only disable build tasks in swift versions less than v6 #796

Closed adam-fowler closed 1 month ago

adam-fowler commented 1 month ago

SwiftPM in Swift 6 and later does not allow for multiple processes to access the build folder and stalls them until it is available. So we don't need to disable build tasks.

I also added a relative path to the Build tasks disabled text when it is needed in a similar manner to the actual build tasks.

plemarquand commented 1 month ago

Looks good to me, this is a nice little user experience improvement