vscode/extensions/typescript-language-features/src
Matt Bierner 48c6e3979d
Add experimental support for using iframes for webviews (#100991)
* Use non-deprecated API version

* Prototype: enable offline iframe based webviews on desktop

Adds a new `vscode-webview` protocol  for loading the wrapper contents of a webview

Still needs cleaning up

* fix loading of electron webview

* Cleanup and add `webview.experimental.useIframes` setting

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-06-25 14:52:02 -07:00
..
commands Display more information in the TS version status bar item 2020-03-03 17:12:40 -08:00
features Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
test Fix the remove unused source action not removing single unused interfaces 2020-05-29 11:05:38 -07:00
tsServer Only run specific commands on the syntax server 2020-06-11 20:05:33 -07:00
typings Build TS extension against current vscode.d.ts directly 2020-02-04 16:15:58 -08:00
utils Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
api.ts Add API so that extensions can configure TS Server plugins 2018-11-19 14:59:19 -08:00
extension.ts Display more information in the TS version status bar item 2020-03-03 17:12:40 -08:00
languageProvider.ts enable/disable deprecated diagnostics in core instead of requiring each diagnostic provider do so 2020-06-22 15:21:15 -07:00
protocol.const.ts Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00
protocol.d.ts Pick up TS 3.8.2 2020-02-20 21:38:14 -08:00
typescriptService.ts Add experimental support for using iframes for webviews (#100991) 2020-06-25 14:52:02 -07:00
typescriptServiceClient.ts Extract EventName to enum 2020-06-08 16:46:55 -07:00
typeScriptServiceClientHost.ts Add ts/js deprecated support (#97742) 2020-06-22 14:01:37 -07:00