We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot set properties of undefined (setting 'apex') registerLanguage node_modules/monaco-editor/esm/vs/basic-languages/_.contribution.js:42 39 | } 40 | export function registerLanguage(def) { 41 | var languageId = def.id;
42 | languageDefinitions[languageId] = def; 43 | languages.register(def); 44 | var lazyLanguageLoader = LazyLanguageLoader.getOrCreate(languageId); 45 | languages.setMonarchTokensProvider(languageId, lazyLanguageLoader.whenLoaded().then(function (mod) { return mod.language; })); View compiled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TypeError: Cannot set properties of undefined (setting 'apex')
registerLanguage
node_modules/monaco-editor/esm/vs/basic-languages/_.contribution.js:42
39 | }
40 | export function registerLanguage(def) {
41 | var languageId = def.id;
The text was updated successfully, but these errors were encountered: