vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Add option to never show output tab #99

Closed j-f1 closed 2 years ago

j-f1 commented 3 years ago

Currently, if the build fails, the output tab is forcibly opened (due to this line of code)

https://github.com/vknabel/vscode-swift-development-environment/blob/843706ba246b60ffb6b8bc7dd221ed778aa9df36/src/toolchain/SwiftTools.ts#L139

Since the Problems tab displays much richer output, it would be great to have an option to never show the raw output (or perhaps only display raw output if parsing the list of problems out failed, indicating a more catastrophic issue).

vknabel commented 3 years ago

Not sure when I have enough time to tackle this. PRs welcome.