From db7b1d48d72d6173cf50303f390fba9b9f983f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Wed, 4 Nov 2020 11:00:26 +0100 Subject: [PATCH] Install server outside of the cache directory --- plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin.py b/plugin.py index f6452d6..bec1d73 100644 --- a/plugin.py +++ b/plugin.py @@ -20,3 +20,7 @@ class LspBashPlugin(NpmClientHandler): @classmethod def get_binary_arguments(cls): return ['start'] + + @classmethod + def install_in_cache(cls) -> bool: + return False