mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
If the user has configured a specific external uri opener, we should always try to use that without first calling `canOpen` to filter down the list of openers. This change also adds `ExternalUriOpenerEnablement` which allows an opener to mark itself as the preferred opener for a given uri. If only a single preferred opener is returned, it will be used automatically for that uri (although user configuration can override this)
Simple Browser files
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.