You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reload extension when swiftEnvironmentVariables changes (#1430)
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
0 commit comments