Skip to content

Commit 86c5f80

Browse files
authored
Merge branch 'main' into main
2 parents ad6cb69 + 4362f67 commit 86c5f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode/src/ScopeTreeProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function getSupportCategories(): SupportCategoryTreeItem[] {
212212
}
213213

214214
class ScopeSupportTreeItem extends TreeItem {
215-
public readonly label!: TreeItemLabel;
215+
public declare readonly label: TreeItemLabel;
216216

217217
/**
218218
* @param scopeTypeInfo The scope type info

0 commit comments

Comments
 (0)