mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 09:27:04 +01:00
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
This commit is contained in:
parent
f1b0729078
commit
d9b37d085a
@ -102,10 +102,6 @@ export async function createMonaco(textarea, filename, editorOpts) {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// Quick fix: https://github.com/microsoft/monaco-editor/issues/2962
|
|
||||||
monaco.languages.register({id: 'vs.editor.nullLanguage'});
|
|
||||||
monaco.languages.setLanguageConfiguration('vs.editor.nullLanguage', {});
|
|
||||||
|
|
||||||
const editor = monaco.editor.create(container, {
|
const editor = monaco.editor.create(container, {
|
||||||
value: textarea.value,
|
value: textarea.value,
|
||||||
theme: 'gitea',
|
theme: 'gitea',
|
||||||
|
Loading…
Reference in New Issue
Block a user