This commit is contained in:
rebornix
2021-07-05 14:45:27 -07:00
parent a7d4da551e
commit 01759044cf
2 changed files with 25 additions and 17 deletions

View File

@@ -63,7 +63,6 @@ suite('vscode', function () {
});
test('no rpc, createCommentController(...)', function () {
this.skip();
const item = vscode.comments.createCommentController('foo', 'Hello');
dispo.push(item);
assertNoRpcFromEntry([item, 'CommentController']);