vscode/extensions/simple-browser
Matt Bierner 5d6cba5cbc Reworking external opener implementation to allow configured openers to be called directly without a canOpen check
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)
2021-01-14 10:37:00 -08:00
..
media Remove button background in simple browser 2021-01-07 11:41:07 -08:00
preview-src Adding settings to control which schemes simple browser is enabled for 2021-01-06 12:17:36 -08:00
src Reworking external opener implementation to allow configured openers to be called directly without a canOpen check 2021-01-14 10:37:00 -08:00
.vscodeignore Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
extension-browser.webpack.config.js Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
extension.webpack.config.js Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
package.json Activate extension on simpleBrowser.api.open 2021-01-13 16:56:39 -08:00
package.nls.json Adding settings to control which schemes simple browser is enabled for 2021-01-06 12:17:36 -08:00
README.md Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
tsconfig.json Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
webpack.config.js Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
yarn.lock Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00

Simple Browser files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.