Skip to content

Commit

Permalink
do we need await here?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed Mar 25, 2024
1 parent 6991027 commit 4f9aa5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ export class CustomSpokenForms {

constructor(private talonSpokenForms: TalonSpokenForms) {
this.disposable = talonSpokenForms.onDidChange(() =>
// TODO: do we need an await here?
this.updateSpokenFormMaps(),
);

// TODO: do we need an await here?
this.customSpokenFormsInitialized = this.updateSpokenFormMaps();
}

Expand Down
1 change: 1 addition & 0 deletions packages/cursorless-neovim/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- find a way to load neovim from script so we know when it is loaded so we can then attach to it for debugging?
- avoid importing cursorless from command server?
- test if we can reload the extensions after a modification without reloading neovim
- removed deasync dependencies

# to do later

Expand Down

0 comments on commit 4f9aa5d

Please sign in to comment.