From b48fd28aa5155cc99d43aae924f58ba2cdc7ae6b Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Wed, 31 Aug 2016 11:38:15 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 03835131..fc0d35bc 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,7 @@ 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. Use the following two repositories when filing issues: - - * [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) - +Please mention the version of the editor when creating issues and the browser you're having trouble in. Create issues in this repository. ## 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.