Description
Issue Type: Bug
This issue is about the following setting:
extensions.confirmedUriHandlerExtensionIds
When an extension is listed here, a confirmation prompt will not be shown when that extension handles a URI.
- I clicked on an URL handler that targets an extension
vscode-insiders://vscode.git/...
- VS Code showed the URL handler pop-up "Allow an extension to open this URL?"
- I clicked on "Don't ask again for this extension"
- I clicked Open
Now when I try again, as expected, VS Code doesn't ask me if I want to allow the extension to catch the URL handler event.
The setting extensions.confirmedUriHandlerExtensionIds
is supposed to contain the ID of the extension I've just allowed, but I can't find in my user settings nor in the workspace settings.
The only place where there's a match (found with grep
on my homedir) is in some binary cache files.
Where is extensions.confirmedUriHandlerExtensionIds
stored? Aren't all settings supposed to be stored in settings.json?
VS Code version: Code - Insiders 1.38.0-insider (8cd00a7, 2019-08-27T06:12:19.868Z)
OS version: Linux x64 4.15.0-58-generic