Skip to content

Build info bar item disappears while compiling package with build plugin #1477

Closed
@adam-fowler

Description

@adam-fowler

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:

  1. Clone https://github.com/hummingbird-community/swift-jobs-sqs
  2. Compile project in vscode
  3. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions