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

Silence terminal on test runs #868

Closed plemarquand closed 3 weeks ago

plemarquand commented 3 weeks ago

Relevant output is included in the Test Results panel, including build failures, so the Terminal is redundant. It would also switch away from the test results view if a test failed regardless of the "testing.openTesting": "openOnTestFailure" setting.

Fixes #862