move things back to the workbench and leave only necessary items in platform

This commit is contained in:
Megan Rogge
2021-02-11 11:02:03 -08:00
parent 73e5f518cd
commit a35338b250
58 changed files with 1022 additions and 472 deletions

View File

@@ -25,7 +25,7 @@ import { IExtHostInitDataService } from 'vs/workbench/api/common/extHostInitData
import { withNullAsUndefined } from 'vs/base/common/types';
import { getSystemShell, getSystemShellSync } from 'vs/base/node/shell';
import { generateUuid } from 'vs/base/common/uuid';
import { IShellLaunchConfig, ITerminalEnvironment, ITerminalLaunchError } from 'vs/platform/terminal/common/terminal';
import { IShellLaunchConfig, ITerminalEnvironment, ITerminalLaunchError } from 'vs/workbench/contrib/terminal/common/terminal';
export class ExtHostTerminalService extends BaseExtHostTerminalService {