Closed zhangwei900808 closed 4 months ago
I found monaco-react editor will request https://cdn.jsdelivr.net/npm/monaco-editor@0.43.0/min/vs/loader.js. But Its not work in China! so how can I replace it
I resolved and document had written about how to resovle this problem.
import Editor, { DiffEditor, useMonaco, loader } from '@monaco-editor/react';
loader.config({
paths: {
vs: 'monaco cdn link'
},
'vs/nls': {
availableLanguages: {
'*': 'en',
},
}
})
Describe the bug Why do I open it quickly after using vpn and loading it all the time without using vpn?