vscode/extensions/simple-browser
2021-11-12 11:05:57 +01:00
..
media Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
preview-src Add serializer for simple browser 2021-10-07 16:49:33 -07:00
src use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
.gitignore Fix spelling for gitignore 2021-03-24 12:29:08 -07:00
.vscodeignore
extension-browser.webpack.config.js
extension.webpack.config.js
package.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
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
webpack.config.js Build simple-browser media during watch 2021-03-24 12:27:30 -07:00
yarn.lock Update telemetry module 2021-11-08 10:00:44 -05: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.