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
Breaking Change: Set relative path for loader as default to skip configurations when base-href set other then root. for other cases this can be configured.
baseUrl: 'app-name/assets', // configure base path for monaco editor
181
+
baseUrl: 'app-name/assets', // configure base path for monaco editor default: './assets'
174
182
defaultOptions: { scrollBeyondLastLine: false }, // pass default options to be used
175
183
onMonacoLoad: () => { console.log((<any>window).monaco); } // here monaco object will be available as window.monaco use this function to extend monaco editor functionalities.
0 commit comments