Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 5, 2024
1 parent 432e3db commit 1a294b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/src/ScopeTreeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function getSupportCategories(): SupportCategoryTreeItem[] {
}

class ScopeSupportTreeItem extends TreeItem {
public readonly declare label!: TreeItemLabel;
public declare readonly label!: TreeItemLabel;

Check failure on line 215 in packages/cursorless-vscode/src/ScopeTreeProvider.ts

View workflow job for this annotation

GitHub Actions / Test (macos-latest, stable)

A definite assignment assertion '!' is not permitted in this context.

Check failure on line 215 in packages/cursorless-vscode/src/ScopeTreeProvider.ts

View workflow job for this annotation

GitHub Actions / test-docs-build

A definite assignment assertion '!' is not permitted in this context.

Check failure on line 215 in packages/cursorless-vscode/src/ScopeTreeProvider.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, stable)

A definite assignment assertion '!' is not permitted in this context.

Check failure on line 215 in packages/cursorless-vscode/src/ScopeTreeProvider.ts

View workflow job for this annotation

GitHub Actions / Test (windows-latest, stable)

A definite assignment assertion '!' is not permitted in this context.

Check failure on line 215 in packages/cursorless-vscode/src/ScopeTreeProvider.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, legacy)

A definite assignment assertion '!' is not permitted in this context.

/**
* @param scopeTypeInfo The scope type info
Expand Down

0 comments on commit 1a294b5

Please sign in to comment.