Skip to content

Reload extension when swiftEnvironmentVariables changes #1430

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

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

plemarquand
Copy link
Contributor

The generated Swift build tasks are created once when the workspace folder is added to the workspace. The environment variables are captured at task creation time. If they're updated during the lifetime of the extension they wont be attached to the generated tasks until the extension restarts.

Issue: #1428

The generated Swift build tasks are created once when the workspace
folder is added to the workspace. The environment variables are captured
at task creation time. If they're updated during the lifetime of the
extension they wont be attached to the generated tasks until the
extension restarts.

Issue: swiftlang#1428
@plemarquand plemarquand merged commit e659d4c into swiftlang:main Mar 14, 2025
13 of 15 checks passed
@plemarquand plemarquand deleted the reload-on-swift-envs branch March 14, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants