Skip to content

Commit 9b91416

Browse files
committed
Remove TODO
1 parent acf1701 commit 9b91416

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/cursorless-engine/src/CustomSpokenForms.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ export class CustomSpokenForms implements SpokenFormMap {
111111
}
112112

113113
for (const entryType of ENTRY_TYPES) {
114-
// TODO: Handle case where we've added a new scope type but they haven't yet
115-
// updated their talon files. In that case we want to indicate in tree view
116-
// that the scope type exists but they need to update their talon files to
117-
// be able to speak it. We could just detect that there's no entry for it in
118-
// the spoken forms file, but that feels a bit brittle.
119114
// FIXME: How to avoid the type assertion?
120115
const entry = Object.fromEntries(
121116
entries

0 commit comments

Comments
 (0)