From 435302d1718bb9731dcecd2b0a306c9494daf454 Mon Sep 17 00:00:00 2001 From: Predrag Date: Tue, 22 Oct 2019 17:55:17 +0200 Subject: [PATCH] read locally install typescript server --- plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index a0117ce..5be7b8d 100644 --- a/plugin.py +++ b/plugin.py @@ -91,7 +91,8 @@ def config(self) -> ClientConfig: default_configuration = { "command": [ - "typescript-language-server", + "node", + server_path, '--stdio' ], "languages": [