From 6a78d7c8354f3ce3041c281bb300e3d86c16a917 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Fri, 11 May 2018 15:13:31 +0200 Subject: [PATCH] Set default target directory to "rls" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e42cf454..cd24021c 100644 --- a/package.json +++ b/package.json @@ -303,7 +303,7 @@ "string", "null" ], - "default": null, + "default": "rls", "description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory." } }