CommentController.

This commit is contained in:
Peng Lyu
2019-03-04 11:37:18 -08:00
parent 61c634d856
commit e42c30a294
6 changed files with 80 additions and 72 deletions

View File

@@ -670,8 +670,8 @@ export function createApiFactory(
};
const comment: typeof vscode.comment = {
createCommentControl(id: string, label: string) {
return extHostComment.createCommentControl(extension, id, label);
createCommentController(id: string, label: string) {
return extHostComment.createCommentController(extension, id, label);
}
};