Skip to content

Commit

Permalink
Install outside of the cache directory (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 4, 2020
1 parent 9ebccf8 commit 6ffdd0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class LspTypescriptPlugin(NpmClientHandler):
server_directory, 'node_modules', 'typescript-language-server', 'lib', 'cli.js'
)

@classmethod
def install_in_cache(cls) -> bool:
return False

def on_ready(self, api) -> None:
api.on_request('_typescript.rename', self._on_typescript_rename)

Expand Down

0 comments on commit 6ffdd0a

Please sign in to comment.