We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bc5d7 commit 1b18d1eCopy full SHA for 1b18d1e
2 files changed
src/vs/workbench/api/browser/mainThreadComments.ts
@@ -15,7 +15,7 @@ import { ExtensionIdentifier } from 'vs/platform/extensions/common/extensions';
15
import { Registry } from 'vs/platform/registry/common/platform';
16
import { extHostNamedCustomer } from 'vs/workbench/api/common/extHostCustomers';
17
import { ICommentInfo, ICommentService } from 'vs/workbench/contrib/comments/browser/commentService';
18
-import { CommentsPanel } from 'vs/workbench/contrib/comments/browser/commentsPanel';
+import { CommentsPanel } from 'vs/workbench/contrib/comments/browser/commentsView';
19
import { CommentProviderFeatures, ExtHostCommentsShape, ExtHostContext, IExtHostContext, MainContext, MainThreadCommentsShape, CommentThreadChanges } from '../common/extHost.protocol';
20
import { COMMENTS_VIEW_ID, COMMENTS_VIEW_TITLE } from 'vs/workbench/contrib/comments/browser/commentsTreeViewer';
21
import { ViewContainer, IViewContainersRegistry, Extensions as ViewExtensions, ViewContainerLocation, IViewsRegistry, IViewsService, IViewDescriptorService } from 'vs/workbench/common/views';
…ontrib/comments/browser/commentsPanel.ts …contrib/comments/browser/commentsView.tssrc/vs/workbench/contrib/comments/browser/commentsPanel.ts renamed to src/vs/workbench/contrib/comments/browser/commentsView.ts
0 commit comments