Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift: Build All build task does not need to wait for other build tasks to be fetched #1332

Open
MahdiBM opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@MahdiBM
Copy link
Contributor

MahdiBM commented Jan 23, 2025

Describe the bug
Fetching build tasks is not very fast, as I've reported in other issues like this one.
One easy thing to do would be to always show the Swift: Build All task regardless, and use a placeholder or something that says something like "Fetching more tasks".

Environment

  • OS: [e.g. Ubuntu 20.04].
  • Swift version (output of swift --version) 6.0 / 6.1 / 6.2 (current main)
  • Visual Studio Code version:
  • vscode-swift version: 1.11.4

Additional context
Add any other context about the problem here.

@award999
Copy link
Contributor

Will leave it on the backlog but this may not be possible without some re-architecting. Folder needs to be loaded before we can provide tasks https://github.com/swiftlang/vscode-swift/blob/main/src/tasks/SwiftTaskProvider.ts#L372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants