Connect to the remote extension host

This commit is contained in:
Alex Dima
2019-05-24 17:58:06 +02:00
parent d5ceec3b09
commit 022835ea42
12 changed files with 420 additions and 91 deletions

View File

@@ -0,0 +1,7 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import './extensionHost.contribution.common';
import './mainThreadWebview';