From 6d6e1bab7f2eddc2df9b45a5db541e576766439c Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Tue, 30 Aug 2016 11:54:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e4e9fb9..caef3b2f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Internally the CSS plugin uses the [vscode-css-languageservice](https://github.c node module, providing the implementation of the functionally listed above. The same module is also used in [Visual Studio Code](https://github.com/Microsoft/vscode) to power the CSS, LESS and SCSS editing experience. +## Issues + +Please file issues concering `monaco-css` in the [`monaco-editor`-repository](https://github.com/Microsoft/monaco-editor/issues). + ## Installing This npm module is bundled and distributed in the [monaco-editor](https://www.npmjs.com/package/monaco-editor) npm module. @@ -45,4 +49,4 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np * open [http://localhost:8080/monaco-editor/test/?monaco-css=dev&editor=dev](http://localhost:8080/monaco-editor/test/?monaco-css=dev&editor=dev) ## License -[MIT](https://github.com/Microsoft/monaco-css/blob/master/LICENSE.md) \ No newline at end of file +[MIT](https://github.com/Microsoft/monaco-css/blob/master/LICENSE.md)