File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h2>AVR8js LED Demo</h2>
2727 < pre id ="serial-output-text "> </ pre >
2828 </ div >
2929 </ div >
30- < script src ="//cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.18 .0/min/vs/loader.js "> </ script >
30+ < script src ="//cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.20 .0/min/vs/loader.js "> </ script >
3131 < script src ="./index.ts "> </ script >
3232 </ body >
3333</ html >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ void loop() {
2929declare const window : any ; // eslint-disable-line @typescript-eslint/no-explicit-any
3030declare const monaco : any ; // eslint-disable-line @typescript-eslint/no-explicit-any
3131window . require . config ( {
32- paths : { vs : 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.18 .0/min/vs' }
32+ paths : { vs : 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.20 .0/min/vs' }
3333} ) ;
3434window . require ( [ 'vs/editor/editor.main' ] , ( ) => {
3535 editor = monaco . editor . create ( document . querySelector ( '.code-editor' ) , {
You can’t perform that action at this time.
0 commit comments