pxt-calliope/monacoworker.js

5 lines
172 B
JavaScript
Raw Permalink Normal View History

2017-08-19 17:16:35 +02:00
// see https://github.com/Microsoft/monaco-editor
self.MonacoEnvironment = {
baseUrl: "/pxt-calliope/"
};
importScripts("/pxt-calliope/vs/base/worker/workerMain.js");