swiftlang / vscode-swift

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

Dont create fifo pipe unless there are swift-testing tests #895

Closed plemarquand closed 2 weeks ago

plemarquand commented 2 weeks ago

We were creating the fifo pipe when doing a debugging run whith only XCTests, which is not necessary.

Issue: #852