vscode/extensions/markdown-language-features/preview-src
Matt Bierner 7f3d3d835f Add vscode.env.webviewResourceRoot api
Fixes #72155

Adds a constant to the api that tracks the root path for resources inside of webviews. This is required because we will not be able to use `vscode-resource:` uris on the web. Our current approach is to rewrite the html we are given but there are almost certainly going to be cases where we don't get this quite right.

Adopts the new api for the markdown preview
2019-06-18 22:29:37 -07:00
..
activeLineMarker.ts
csp.ts Remove onCommand from markdown preview 2018-09-21 15:08:41 -07:00
events.ts Fix markdown preview restoring to wrong position on restart 2019-02-14 18:24:01 -08:00
index.ts Add vscode.env.webviewResourceRoot api 2019-06-18 22:29:37 -07:00
loading.ts Reduce usage of postCommand in markdown preview 2018-09-21 15:08:41 -07:00
messaging.ts Remove onCommand from markdown preview 2018-09-21 15:08:41 -07:00
pre.ts
scroll-sync.ts Fix markdown preview restoring to wrong position on restart 2019-02-14 18:24:01 -08:00
settings.ts Add vscode.env.webviewResourceRoot api 2019-06-18 22:29:37 -07:00
strings.ts
tsconfig.json Fix markdown preview restoring to wrong position on restart 2019-02-14 18:24:01 -08:00