Closed
Description
Describe the bug
The build status item will disappear before build completes if build involves building an executable for a swift build plugin.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/hummingbird-community/swift-jobs-sqs
- Compile project in vscode
- Note build status item disappears once the plugin has finished building, not when the build is complete
Expected behavior
Build status item stays visible for the duration of the build
Environment
- macOS 15.3.2
- Swift version (output of
swift --version
): 6.0.3 - Visual Studio Code version: 1.98.2
- vscode-swift version: 2.0.2
Additional context
I'm guessing this is because the build is considered finished when the complete!
text is output. Building the plugin executable outputs the complete! text
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done