vscode/extensions/simple-browser
Matt Bierner d05d85a78b
Move html rewriting for old webviews to (#163367)
The `asWebviewUri` methods was introduced in VS Code 1.38. It's silly that we still force every single webview to pay the cost of trying to rewrite the old style uris we supported in very old versions of VS Code

Instead I've moved this logic into the extension host and disabled it for all extensions that target VS Code 1.60+ or newer. This means it never applies to internal webviews, notebooks, webview views, or custom editors (these public apis were all introduced after the switch to `asWebviewUri`)
2022-10-11 16:08:17 -07:00
..
media Update simple browser styles (Fixes #140727) 2022-01-14 09:48:35 -08:00
preview-src Add serializer for simple browser 2021-10-07 16:49:33 -07:00
src Simple browser opener doesn't work with IPv6 hosts (#159276) 2022-08-29 10:58:17 +02:00
.gitignore Fix spelling for gitignore 2021-03-24 12:29:08 -07:00
.vscodeignore Exclude esbuild files from build (#156362) 2022-07-27 09:32:07 -04:00
esbuild-preview.js Reapply parcel/watcher adoption 2022-03-24 14:13:39 -07: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 Move html rewriting for old webviews to (#163367) 2022-10-11 16:08:17 -07:00
package.nls.json Fix setting decription and remove unused setting 2021-01-26 16:03:36 -08:00
README.md Add simple browser readme 2021-07-01 10:18:50 -07:00
tsconfig.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
yarn.lock rev vscode-nls to version that doesn't ask for vscode-nls-web-data (#161819) 2022-09-26 11:10:54 -07:00

Simple Browser

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

Provides a very basic browser preview using an iframe embedded in a webview. This extension is primarily meant to be used by other extensions for showing simple web content.