URL protocol: confirmation dialog
See original GitHub issueIs there any way to open files by URL without confirmation? It starts from 1.44 version and has no “Always open” checkbox. When you need to open a lot of files with URL its not comfortable to click “Yes” every time.
- VSCode Version: 1.44
- OS Version: Windows 10
Steps to Reproduce:
- Open link “vscode://file/path”
- See the confirmation dialog “An external application wants to open ‘path’ in Code. Do you want to open this file or folder?”
Does this issue occur when all extensions are disabled?: Yes
Issue Analytics
- State:
- Created 3 years ago
- Reactions:19
- Comments:29 (1 by maintainers)
Top Results From Across the Web
How to display confirmation dialog when clicking an <a> link ...
Display confirmation dialog when clicking an <a> link using JavaScript. onclick Event: This event occurs when the user clicks on an element.
Read more >Unable to remove confirmation dialog on external protocol ...
When opening an external protocol, a confirmation dialog apppears that can not be removed. Open brave; Enter a URL that is registered in...
Read more >Avoid confirmation dialog for url scheme redirection in iOS9
The confirmation dialog was added to address known vulnerabilities in many apps with registered iOS URL Schemes. It prevents malicious web ...
Read more >Window confirm() Method - W3Schools
The confirm() method displays a dialog box with a message, an OK button, and a Cancel button. The confirm() method returns true if...
Read more >Chrome prompting for custom protocol handlers every time ...
So this was something that registers itself with the registry, and then when clicked on, prompts the user if they want to open...
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
Alternatively, can you add trusted locations option?
@xitanggg I created very simple PR that removes that prompt for most of the links, which is safe to open. But it was closed without any real review.