Skip to content

Commit 1b18d1e

Browse files
committed
rename commentsPanel.ts
1 parent 50bc5d7 commit 1b18d1e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/api/browser/mainThreadComments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { ExtensionIdentifier } from 'vs/platform/extensions/common/extensions';
1515
import { Registry } from 'vs/platform/registry/common/platform';
1616
import { extHostNamedCustomer } from 'vs/workbench/api/common/extHostCustomers';
1717
import { ICommentInfo, ICommentService } from 'vs/workbench/contrib/comments/browser/commentService';
18-
import { CommentsPanel } from 'vs/workbench/contrib/comments/browser/commentsPanel';
18+
import { CommentsPanel } from 'vs/workbench/contrib/comments/browser/commentsView';
1919
import { CommentProviderFeatures, ExtHostCommentsShape, ExtHostContext, IExtHostContext, MainContext, MainThreadCommentsShape, CommentThreadChanges } from '../common/extHost.protocol';
2020
import { COMMENTS_VIEW_ID, COMMENTS_VIEW_TITLE } from 'vs/workbench/contrib/comments/browser/commentsTreeViewer';
2121
import { ViewContainer, IViewContainersRegistry, Extensions as ViewExtensions, ViewContainerLocation, IViewsRegistry, IViewsService, IViewDescriptorService } from 'vs/workbench/common/views';

src/vs/workbench/contrib/comments/browser/commentsPanel.ts renamed to src/vs/workbench/contrib/comments/browser/commentsView.ts

File renamed without changes.

0 commit comments

Comments
 (0)