loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove obsolete monaco workaround (#30893)

This workaround is not neccessary any more since monaco 0.35.0.

Ref: https://github.com/microsoft/monaco-editor/issues/2962
Ref: https://github.com/microsoft/vscode/pull/173688
(cherry picked from commit d9b37d085acb7e93409061e541b6a3aa53261bb0)

authored by

silverwind and committed by
Earl Warren
12b6bcaf 7028fe0b

-4
-4
web_src/js/features/codeeditor.js
··· 101 101 }, 102 102 }); 103 103 104 - // Quick fix: https://github.com/microsoft/monaco-editor/issues/2962 105 - monaco.languages.register({id: 'vs.editor.nullLanguage'}); 106 - monaco.languages.setLanguageConfiguration('vs.editor.nullLanguage', {}); 107 - 108 104 const editor = monaco.editor.create(container, { 109 105 value: textarea.value, 110 106 theme: 'gitea',