Remove unneeded export (#165178)

Part of #164933
This commit is contained in:
Alex Ross
2022-11-01 19:02:24 +01:00
committed by GitHub
parent d126b9f53a
commit fa2be83ef0
9 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ import { ExtHostCommands } from './extHostCommands';
type ProviderHandle = number;
export interface ExtHostComments {
interface ExtHostComments {
createCommentController(extension: IExtensionDescription, id: string, label: string): vscode.CommentController;
}