Sample VS code extension based on previewhtml VS sample
This is an sample extension that illustrates the use of virtual documents or TextDocumentContentProviders
together with the vscode.previewHtml
command.
It is not intended as a product quality extension.
The purpose of the extension is to open caniuse.com and show the compatibility table in context . To play with the extension:
Can I Use Preview
TextDocumentContentProvider
for a particular URI scheme.vscode.previewHtml
.npm install
npm run compile
to start the compiler in watch modeF5