notebook webview test

This commit is contained in:
rebornix
2020-05-20 13:19:16 -07:00
parent b3162f52c6
commit 627dd8b0ca
5 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
const vscode = acquireVsCodeApi();
vscode.postMessage({
type: 'custom_renderer_initialize',
payload: {
firstMessage: true
}
});