Update README

This commit is contained in:
Alex Dima 2016-06-23 12:58:41 +02:00
parent b83bf844f2
commit 0ba3ca8747

View file

@ -135,6 +135,10 @@ Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/mona
> Q: What is this `loader.js`? Can I use `require.js`?<br/> > Q: What is this `loader.js`? Can I use `require.js`?<br/>
> A: It is an AMD loader that we use in VS Code. Yes. > A: It is an AMD loader that we use in VS Code. Yes.
> Q: I see the warning "Could not create web worker". What should I do?<br/>
> A: HTML5 does not allow pages loaded on `file://` to create web workers. Please load the editor with a web server on `http://` or `https://` schemes. Please also see the cross domain case above.
## Dev ## Dev
### Cheat Sheet ### Cheat Sheet