pxt-calliope/monacoworker.js
Matthias L. Jugel b028b1df5b Auto-push
2017-08-19 17:16:35 +02:00

5 lines
172 B
JavaScript

// see https://github.com/Microsoft/monaco-editor
self.MonacoEnvironment = {
baseUrl: "/pxt-calliope/"
};
importScripts("/pxt-calliope/vs/base/worker/workerMain.js");