You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
AndreasArvidsson
changed the title
Prevent language definitions from being get before they are ready
Prevent language definitions from being read before they are ready
Jan 24, 2025
Today we load a language definition whenever the document opens
cursorless/packages/cursorless-engine/src/languages/LanguageDefinitions.ts
Line 86 in 1bffae5
The problem is that if they have the scope visualizer running we call the get method before the update is done and we get a error message
cursorless/packages/cursorless-engine/src/languages/LanguageDefinitions.ts
Line 156 in 1bffae5
The text was updated successfully, but these errors were encountered: