aboutsummaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorUri Shaked2020-12-12 02:09:39 +0200
committerUri Shaked2020-12-12 02:09:39 +0200
commit7a62f64dc64b584602a119635d967144c74b0f9f (patch)
tree30e320bc0f6eb73a6f595fa9db042470720f82e5 /demo
parent0.14.1 (diff)
downloadavr8js-7a62f64dc64b584602a119635d967144c74b0f9f.tar.gz
avr8js-7a62f64dc64b584602a119635d967144c74b0f9f.tar.bz2
avr8js-7a62f64dc64b584602a119635d967144c74b0f9f.zip
chore(demo): upgrade monaco editor to 0.21.2
Diffstat (limited to 'demo')
-rw-r--r--demo/src/index.html2
-rw-r--r--demo/src/index.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/demo/src/index.html b/demo/src/index.html
index da49324..1467176 100644
--- a/demo/src/index.html
+++ b/demo/src/index.html
@@ -27,7 +27,7 @@
<pre id="serial-output-text"></pre>
</div>
</div>
- <script src="//cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.20.0/min/vs/loader.js"></script>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.21.2/min/vs/loader.js"></script>
<script src="./index.ts"></script>
</body>
</html>
diff --git a/demo/src/index.ts b/demo/src/index.ts
index 4fe6f08..a8a0876 100644
--- a/demo/src/index.ts
+++ b/demo/src/index.ts
@@ -30,7 +30,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.20.0/min/vs' },
+ paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.21.2/min/vs' },
});
window.require(['vs/editor/editor.main'], () => {
editor = monaco.editor.create(document.querySelector('.code-editor'), {
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.