monaco-editor/test/cross-origin-worker-proxy-d...

4 lines
158 B
JavaScript
Raw Normal View History

2016-06-25 03:17:11 +08:00
self.MonacoEnvironment = {
2016-06-24 18:06:32 +08:00
baseUrl: 'http://localhost:8088/vscode/out/'
};
importScripts('http://localhost:8088/vscode/out/vs/base/worker/workerMain.js');