mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 2b0b9136329c181a9e381463a1f7dc3a2d105a34 (#4880)
This commit is contained in:
4
src/vs/vscode.d.ts
vendored
4
src/vs/vscode.d.ts
vendored
@@ -5935,7 +5935,7 @@ declare module 'vscode' {
|
||||
* serializer must restore the webview's `.html` and hook up all webview events.
|
||||
* @param state Persisted state from the webview content.
|
||||
*
|
||||
* @return Thenble indicating that the webview has been fully restored.
|
||||
* @return Thenable indicating that the webview has been fully restored.
|
||||
*/
|
||||
deserializeWebviewPanel(webviewPanel: WebviewPanel, state: any): Thenable<void>;
|
||||
}
|
||||
@@ -6640,7 +6640,7 @@ declare module 'vscode' {
|
||||
* be able to handle uris which are directed to the extension itself. A uri must respect
|
||||
* the following rules:
|
||||
*
|
||||
* - The uri-scheme must be the product name;
|
||||
* - The uri-scheme must be `vscode.env.uriScheme`;
|
||||
* - The uri-authority must be the extension id (eg. `my.extension`);
|
||||
* - The uri-path, -query and -fragment parts are arbitrary.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user