Move extensionHostProcess.ts to /workbench/api/ (#141003)

This commit is contained in:
Alex Dima
2022-01-31 15:58:39 +01:00
parent 24081690c2
commit 87140b9f95
6 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { startExtensionHostProcess } from 'vs/workbench/services/extensions/node/extensionHostProcessSetup';
startExtensionHostProcess().catch((err) => console.log(err));