mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
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>
This commit is contained in:
@@ -32,7 +32,7 @@ interface StandardTsServerRequests {
|
||||
'completions': [Proto.CompletionsRequestArgs, Proto.CompletionsResponse];
|
||||
'configure': [Proto.ConfigureRequestArguments, Proto.ConfigureResponse];
|
||||
'definition': [Proto.FileLocationRequestArgs, Proto.DefinitionResponse];
|
||||
'definitionAndBoundSpan': [Proto.FileLocationRequestArgs, Proto.DefinitionInfoAndBoundSpanReponse];
|
||||
'definitionAndBoundSpan': [Proto.FileLocationRequestArgs, Proto.DefinitionInfoAndBoundSpanResponse];
|
||||
'docCommentTemplate': [Proto.FileLocationRequestArgs, Proto.DocCommandTemplateResponse];
|
||||
'documentHighlights': [Proto.DocumentHighlightsRequestArgs, Proto.DocumentHighlightsResponse];
|
||||
'format': [Proto.FormatRequestArgs, Proto.FormatResponse];
|
||||
|
||||
Reference in New Issue
Block a user