We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432e3db commit 1a294b5Copy full SHA for 1a294b5
packages/cursorless-vscode/src/ScopeTreeProvider.ts
@@ -212,7 +212,7 @@ function getSupportCategories(): SupportCategoryTreeItem[] {
212
}
213
214
class ScopeSupportTreeItem extends TreeItem {
215
- public readonly declare label!: TreeItemLabel;
+ public declare readonly label!: TreeItemLabel;
216
217
/**
218
* @param scopeTypeInfo The scope type info
0 commit comments