move comments service into comments part instead of registering it as a global service.

This commit is contained in:
rebornix
2018-06-04 14:08:02 -07:00
parent 311e44fa4c
commit d835b9c226
7 changed files with 9 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import { keys } from '../../../base/common/map';
import { IEditorService } from 'vs/workbench/services/editor/common/editorService';
import { ExtHostCommentsShape, ExtHostContext, IExtHostContext, MainContext, MainThreadCommentsShape } from '../node/extHost.protocol';
import { ICommentService } from 'vs/workbench/services/comments/electron-browser/commentService';
import { ICommentService } from 'vs/workbench/parts/comments/electron-browser/commentService';
import { COMMENTS_PANEL_ID } from 'vs/workbench/parts/comments/electron-browser/commentsPanel';
import { IPanelService } from 'vs/workbench/services/panel/common/panelService';
import URI from 'vs/base/common/uri';