Update README.md

pull/237/head
Johannes Rieken 9 years ago committed by GitHub
parent 27e19e5f54
commit 20e9e10736

@ -16,13 +16,11 @@ Browse the latest editor API at [`monaco.d.ts`](https://github.com/Microsoft/mon
## Issues
Please mention the version of the editor when creating issues and the browser you're having trouble in.
Please mention the version of the editor when creating issues and the browser you're having trouble in. Use the following two repositories when filing issues:
This repository contains only the scripts to glue things together, please create issues against the actual repositories where the source code lives:
* [monaco-editor](https://github.com/Microsoft/monaco-editor) -- (TypeScript, JavaScript, JSON, CSS, LESS or SCSS advanced language support, and all color-only languages like bat, coffee script, cpp, csharp, fsharp, go, ini, jade, lua, objective-c, powershell, python, r, ruby, sql, swift, vb or xml colorizers)
* [monaco-editor-core](https://github.com/Microsoft/vscode) -- (the editor itself)
* [monaco-css](https://github.com/Microsoft/monaco-css) -- (CSS, LESS or SCSS advanced language support)
* [monaco-json](https://github.com/Microsoft/monaco-json) -- (JSON advanced language support)
* [monaco-languages](https://github.com/Microsoft/monaco-languages) -- (bat, coffee script, cpp, csharp, fsharp, go, ini, jade, lua, objective-c, powershell, python, r, ruby, sql, swift, vb or xml colorizers)
## Known issues
In IE, the editor must be completely surrounded in the body element, otherwise the hit testing we do for mouse operations does not work. You can inspect this using F12 and clicking on the body element and confirm that visually it surrounds the editor.

Loading…
Cancel
Save