swiftlang / vscode-swift

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

Disable swiftly toolchain discovery on macOS and Windows #861

Closed matthewbastien closed 3 weeks ago

matthewbastien commented 3 weeks ago

Swiftly is only available on Linux. Short circuit the toolchain discovery if the platform is macOS or Windows as it will find nothing of interest.

award999 commented 3 weeks ago

Verified