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
I am trying something like this on beforeMount callback:
monaco.languages.typescript.javascriptDefaults.setCompilerOptions({target: monaco.languages.typescript.ScriptTarget.ES5,// lib: ["DOM", "ES5", "ScriptHost"] // these are the default libraries for the ES5 targetlib: ["DOM"],// these are the default libraries for the ES5 targetnoLib: true});
But no matter what, I keep getting this exception: Uncaught (in promise) Error: Could not find source file: 'inmemory://model/1'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying something like this on
beforeMount
callback:But no matter what, I keep getting this exception:
Uncaught (in promise) Error: Could not find source file: 'inmemory://model/1'.
Beta Was this translation helpful? Give feedback.
All reactions