File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ let currentValue = "";
33
44require . config ( {
55 paths : {
6- vs : "https://appassets.androidplatform.net/assets/code-oss/editor /monaco-editor/min/vs" ,
6+ vs : "https://appassets.androidplatform.net/monaco /monaco-editor/min/vs" ,
77 } ,
88} ) ;
99
@@ -13,9 +13,9 @@ window.MonacoEnvironment = {
1313
1414let proxy = URL . createObjectURL ( new Blob ( [ `
1515 self.MonacoEnvironment = {
16- baseUrl: 'https://appassets.androidplatform.net/assets/code-oss/editor /monaco-editor/min/'
16+ baseUrl: 'https://appassets.androidplatform.net/monaco /monaco-editor/min/'
1717 };
18- importScripts('https://appassets.androidplatform.net/assets/code-oss/editor /monaco-editor/min/vs/base/worker/workerMain.js');
18+ importScripts('https://appassets.androidplatform.net/monaco /monaco-editor/min/vs/base/worker/workerMain.js');
1919` ] , { type : 'text/javascript' } ) ) ;
2020
2121// Create the editor
Original file line number Diff line number Diff line change 11@font-face {
22 font-family : "codicon" ;
3- src : url (file :///android_asset/code-oss/editor /monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf);
3+ src : url (https ://appassets.androidplatform.net/monaco /monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf);
44}
55
66html ,
You can’t perform that action at this time.
0 commit comments