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 acf1701 commit 9b91416Copy full SHA for 9b91416
packages/cursorless-engine/src/CustomSpokenForms.ts
@@ -111,11 +111,6 @@ export class CustomSpokenForms implements SpokenFormMap {
111
}
112
113
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.
119
// FIXME: How to avoid the type assertion?
120
const entry = Object.fromEntries(
121
entries
0 commit comments