From 33f732644f37d2bf1bd35088f93f7ac1157d77b9 Mon Sep 17 00:00:00 2001 From: lujjjh Date: Tue, 27 Mar 2018 11:29:42 +0800 Subject: [PATCH 1/2] Update development instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd70be..e445c60 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ TODO: Document exact distribution method * `git clone https://github.com/kpdecker/monaco-yaml` * `cd monaco-yaml` -* `npm install .` +* `yarn` * `npm run watch` * open `$/monaco-yaml/test/index.html` in your favorite browser. From 3685b3acd87a83781fd606907f9aaf9b526f6ee8 Mon Sep 17 00:00:00 2001 From: lujjjh Date: Tue, 27 Mar 2018 10:57:17 +0800 Subject: [PATCH 2/2] Fix the test --- test/index.html | 94 +++++++++++++------------------------------------ 1 file changed, 24 insertions(+), 70 deletions(-) diff --git a/test/index.html b/test/index.html index 9abd2d9..6090f40 100644 --- a/test/index.html +++ b/test/index.html @@ -15,7 +15,7 @@ var require = { paths: { 'vs/basic-languages': '../node_modules/monaco-languages/release', - 'vs/language/yaml': '../release/dev', + 'vs/languages/yaml': '../release/dev', 'vs': '../node_modules/monaco-editor-core/dev/vs' } }; @@ -27,78 +27,32 @@