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

@@ -8,7 +8,7 @@ import {Emitter} from 'vs/base/common/event';
import {score} from 'vs/editor/common/modes/languageSelector';
import * as Platform from 'vs/base/common/platform';
import {regExpLeadsToEndlessLoop} from 'vs/base/common/strings';
import {IThreadService} from 'vs/platform/thread/common/thread';
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
import * as errors from 'vs/base/common/errors';
import {ExtHostFileSystemEventService} from 'vs/workbench/api/node/extHostFileSystemEventService';
import {ExtHostModelService, setWordDefinitionFor} from 'vs/workbench/api/node/extHostDocuments';