swiftlang / vscode-swift

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

Build All tasks build progress not showing in the status bar #999

Closed award999 closed 1 month ago

award999 commented 1 month ago

Build All tasks run before debugging a test, or when SourceKit-LSP is disabled and vscode-swift extension is trying to discover tests. For some reason the events on SwiftExecution for onWrite and onClose are not firing so the progress is never shown in the status bar. The onClose issue was worked around with https://github.com/swiftlang/vscode-swift/pull/998

adam-fowler commented 1 month ago

This is working fine for Swift 5.10 and VSCode 1.92.0

award999 commented 1 month ago

I tested it with 5.10 and I still see, so not sure what the issue is. @plemarquand have you seen or maybe this is something weird just with my machine?

plemarquand commented 1 month ago

I'm trying with 6.0 and seeing the build all progress in the status bar as expected.

award999 commented 1 month ago

I just updated to 1.92.1 and no longer see this, I'll close this