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 = "";
3
3
4
4
require . config ( {
5
5
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" ,
7
7
} ,
8
8
} ) ;
9
9
@@ -13,9 +13,9 @@ window.MonacoEnvironment = {
13
13
14
14
let proxy = URL . createObjectURL ( new Blob ( [ `
15
15
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/'
17
17
};
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');
19
19
` ] , { type : 'text/javascript' } ) ) ;
20
20
21
21
// Create the editor
Original file line number Diff line number Diff line change 1
1
@font-face {
2
2
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);
4
4
}
5
5
6
6
html ,
You can’t perform that action at this time.
0 commit comments