We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9271c3 commit 2e10bb5Copy full SHA for 2e10bb5
plugin.py
@@ -21,6 +21,10 @@ class LspEslintPlugin(NpmClientHandler):
21
server_directory = 'language-server'
22
server_binary_path = os.path.join(server_directory, 'out', 'eslintServer.js')
23
24
+ @classmethod
25
+ def install_in_cache(cls) -> bool:
26
+ return False
27
+
28
def __init__(self, *args: Any, **kwargs: Any) -> None:
29
super().__init__(*args, **kwargs)
30
self._probe_failed = set() # type: Set[str]
0 commit comments