vscode/extensions/simple-browser
Matt Bierner 3ed300eb9d
Add simple browser extension (#109276)
* Add support for TS's Hierarchical refactorings API

https://github.com/microsoft/TypeScript/pull/41975

* Add simple browser extension

This change adds a new 'simple browser' extension. This extension uses a webview to render webpages directly in VS Code. We plan on using it for optionally previewing local servers in both desktop and codespaces

The browser itself has a number of limitations due to the security around iframes:

- It traps keyboard focus
- We can't detect if a page fails to load
- We can't track the current url of the iframe

* Add experimental alert when the iframe is focused

* Disable events on focus warning

* Hooking up simple browser to opener
2021-01-04 19:06:53 -08:00
..
media Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
preview-src Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
src Add simple browser extension (#109276) 2021-01-04 19:06:53 -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 Add simple browser extension (#109276) 2021-01-04 19:06:53 -08:00
package.nls.json Add simple browser extension (#109276) 2021-01-04 19:06:53 -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.