swiftlang / vscode-swift

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

log of `swift package resolve` shoud be in output rather than the terminal? #363

Closed aelam closed 2 years ago

aelam commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Not sure if it's the standard way to put the log of swift package resolve and other similar logs in the output section of VSCode. right now it's in the terminal. It seems other extesions print it in the output section and it's easy to choose task from the dropdown list for example, LSP, LLDB, SwiftFormat

Feel free to close it if you think currently it's the best way

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

adam-fowler commented 2 years ago

It is standard for all VS code tasks to output to a terminal. Background processes like LSP don't have a related task so use a output pane.