Skip to content

Commit 60bfcc6

Browse files
Update ScopeTreeProvider.ts
1 parent a14ef2d commit 60bfcc6

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
@@ -224,7 +224,7 @@ function getSupportCategories(
224224
}
225225

226226
class ScopeSupportTreeItem extends TreeItem {
227-
public declare readonly label: TreeItemLabel;
227+
declare public readonly label: TreeItemLabel;
228228

229229
/**
230230
* @param scopeTypeInfo The scope type info

0 commit comments

Comments
 (0)