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 86bb564 commit 1edbddaCopy full SHA for 1edbdda
packages/cursorless-engine/src/spokenForms/CustomSpokenForms.ts
@@ -59,7 +59,10 @@ export class CustomSpokenForms {
59
60
constructor(private talonSpokenForms: TalonSpokenForms) {
61
this.disposable = talonSpokenForms.onDidChange(() => {
62
- // this.updateSpokenFormMaps().catch(() => {});
+ console.log("CustomSpokenForms.onDidChange");
63
+ this.updateSpokenFormMaps().catch(() => {
64
+ console.log("CustomSpokenForms.onDidChange() catch");
65
+ });
66
});
67
68
console.log("CustomSpokenForms constructor");
0 commit comments