From c044162233d71fa6f6d0482e9f9c6dd514808cb1 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 19 Jun 2017 12:07:21 +0200 Subject: [PATCH] add note about scope of this project --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0f95a1..4b9c99fb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Monaco TypeScript -TypeScript and JavaScript language support for the Monaco Editor. +Simple TypeScript and JavaScript language support for the Monaco Editor. ![typescript](https://cloud.githubusercontent.com/assets/5047891/15926623/5262fe08-2e3d-11e6-9b90-1d43fda07178.gif) +*Note* that this project focuses on single-file scenarios and that things like project-isolation, cross-file-features like Ranme etc. are *outside* the scope of this project and not supported. + ## Issues Please file issues concering `monaco-typescript` in the [`monaco-editor` repository](https://github.com/Microsoft/monaco-editor/issues).