-
Notifications
You must be signed in to change notification settings - Fork 72
2 warning popups when changing toolchain #1471
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
Labels
bug
Something isn't working
Comments
plemarquand
added a commit
to plemarquand/vscode-swift
that referenced
this issue
Mar 31, 2025
If `showReloadExtensionNotification` is in flight and being awaited then return the promise being awaited instead of showing another dialog. Also, debounce `showReloadExtensionNotification` with a 5 second window because its possible for users to close the first dialog very fast and have another one appear immediately if we update several settings at a time that require an extension restart. Issue: swiftlang#1471
plemarquand
added a commit
that referenced
this issue
Mar 31, 2025
If `showReloadExtensionNotification` is in flight and being awaited then return the promise being awaited instead of showing another dialog. Also, debounce `showReloadExtensionNotification` with a 5 second window because its possible for users to close the first dialog very fast and have another one appear immediately if we update several settings at a time that require an extension restart. Issue: #1471
Verified with 38db866 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When changing the selected version of Xcode using the
Swift: Select Toolchain...
command, you get prompted with 2 warning about needing to reload the extension. Little annoyingTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Should ideally only have one warning popup
Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: