Skip to content

Commit 4f012b4

Browse files
committed
fix(vscode): remove unneeded "test" badge on the explorer icon
fixes #207
1 parent d0f1b2b commit 4f012b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-client/keywordsTreeViewProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class KeywordsTreeViewProvider
8888
dragAndDropController: this,
8989
});
9090
context.subscriptions.push(view);
91-
view.badge = { tooltip: "Robot Framework Keywords", value: 23 };
91+
9292
this._disposables = vscode.Disposable.from(
9393
vscode.window.onDidChangeActiveTextEditor(async (_editor) => {
9494
await this.refresh();

0 commit comments

Comments
 (0)