Skip to content

Commit 6ffdd0a

Browse files
authored
Install outside of the cache directory (#31)
1 parent 9ebccf8 commit 6ffdd0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ class LspTypescriptPlugin(NpmClientHandler):
2121
server_directory, 'node_modules', 'typescript-language-server', 'lib', 'cli.js'
2222
)
2323

24+
@classmethod
25+
def install_in_cache(cls) -> bool:
26+
return False
27+
2428
def on_ready(self, api) -> None:
2529
api.on_request('_typescript.rename', self._on_typescript_rename)
2630

0 commit comments

Comments
 (0)