Settings sync - Cannot dismiss "Configure..." quick pick dialog
See original GitHub issueTesting #98962
- Click
Configure...
action in thePreferences sync
toolbar - Click anywhere else in the workbench
Expected: Quick pick dialog should hide (same as the command palette)
Actual: Only way to dismiss the quick pick dialog is using the Ok
button
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Settings Sync in Visual Studio Code
You can always change what is synced via the Settings Sync: Configure command or by opening the Manage gear menu, selecting Settings Sync...
Read more >Performance and synchronization problems when you work ...
Describes an issue where you experience performance and synchronization problems when you try to ... In the Change Account dialog box, click More...
Read more >Share IDE settings - Help | AppCode - JetBrains
and select Enable Sync. Alternatively, select File | Sync Settings to JetBrains Account from the main menu. In the dialog that opens, ...
Read more >6 Tips To Fix Syncing Issues in Microsoft OneDrive - Cloudficient
Are your OneDrive files experiencing syncing issues between your ... you can designate a folder to sync when you are setting up the...
Read more >Synchronize Dreamweaver settings with Creative Cloud
You can enable automatic synchronization in one of the following ways: Select Always Sync Settings Automatically in the Sync Settings dialog box ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s definitely an option, would look something like this for the branch picker that has this enabled:
An alternative would be to place a close button inside of the text input. We already use actions inside of inputs (find toggles, clearing search in settings, etc.) so this wouldn’t stretch too far from our patterns, though we do use the “clear-all” icon and someone could confuse the “close” with that
Couple definitions:
If there is no title defined and there are no title bar buttons defined, then no title bar is shown. My proposal would be:
if
ignoreFocusOut
istrue
and there is a title bar shown, show an additionalx
option by default that will do the same as hittingESC
. ifignoreFocusOut
isfalse
and there IS a title bar, then don’t show thex
ifignoreFocusOut
istrue
and there is NOT a title bar, then don’t show thex
thoughts?