vscode/extensions/simple-browser
2023-11-01 20:51:03 +01: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 Allow downloads from pages viewed in Simple Browser (#185117) 2023-06-14 17:23:37 +00: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 Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -07:00
extension-browser.webpack.config.js
extension.webpack.config.js
package.json Bump telemetry package (#197168) 2023-11-01 20:51:03 +01:00
package.nls.json Fix setting decription and remove unused setting 2021-01-26 16:03:36 -08:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00: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 Bump telemetry package (#197168) 2023-11-01 20:51:03 +01: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 webviewW. This extension is primarily meant to be used by other extensions for showing simple web content.