Move IThreadService up to /workbench/

This commit is contained in:
Alex Dima
2016-06-26 15:50:37 +02:00
parent 485a0e1483
commit f00bbb18d9
30 changed files with 37 additions and 50 deletions

View File

@@ -7,7 +7,7 @@
import {
createMainContextProxyIdentifier as createMainId,
createExtHostContextProxyIdentifier as createExtId,
ProxyIdentifier, IThreadService} from 'vs/platform/thread/common/thread';
ProxyIdentifier, IThreadService} from 'vs/workbench/services/thread/common/threadService';
import {MainProcessVSCodeAPIHelper} from './extHost.api.impl';
import {ExtHostCommands, MainThreadCommands} from './extHostCommands';