Rearrange files to better separate between workbench/api and workbench/services (#141003)

This commit is contained in:
Alex Dima
2022-01-31 16:14:21 +01:00
parent 87140b9f95
commit 24569c613e
24 changed files with 23 additions and 23 deletions

View File

@@ -3,6 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { startExtensionHostProcess } from 'vs/workbench/services/extensions/node/extensionHostProcessSetup';
import { startExtensionHostProcess } from 'vs/workbench/api/node/extensionHostProcessSetup';
startExtensionHostProcess().catch((err) => console.log(err));