aboutsummaryrefslogtreecommitdiff
path: root/demo/src/index.ts
diff options
context:
space:
mode:
authorUri Shaked2020-04-02 12:42:45 +0300
committerUri Shaked2020-04-02 12:42:45 +0300
commit9be35688dfd1166422c854b32d68c7d5cf38bca8 (patch)
tree6b4d63ba566fa73a31cb8612e0abf5345c9c40ad /demo/src/index.ts
parentchore: gitignore .history (diff)
downloadavr8js-9be35688dfd1166422c854b32d68c7d5cf38bca8.tar.gz
avr8js-9be35688dfd1166422c854b32d68c7d5cf38bca8.tar.bz2
avr8js-9be35688dfd1166422c854b32d68c7d5cf38bca8.zip
chore(demo): upgrade monaco editor to 0.20.0
Diffstat (limited to '')
-rw-r--r--demo/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/index.ts b/demo/src/index.ts
index e3f9a67..5e90bb3 100644
--- a/demo/src/index.ts
+++ b/demo/src/index.ts
@@ -29,7 +29,7 @@ void loop() {
declare const window: any; // eslint-disable-line @typescript-eslint/no-explicit-any
declare const monaco: any; // eslint-disable-line @typescript-eslint/no-explicit-any
window.require.config({
- paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.18.0/min/vs' }
+ paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.20.0/min/vs' }
});
window.require(['vs/editor/editor.main'], () => {
editor = monaco.editor.create(document.querySelector('.code-editor'), {