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.
2 parents dddb1f6 + eba6ec2 commit 143c07cCopy full SHA for 143c07c
1 file changed
pkgs/modules/typescript-language-server/default.nix
@@ -17,6 +17,8 @@ in
17
start = "${typescript-language-server}/bin/typescript-language-server --stdio";
18
19
initializationOptions = {
20
+ disableAutomaticTypingAcquisition = true;
21
+ maxTsServerMemory = 1536;
22
tsserver.fallbackPath = "${nodepkgs.typescript}/lib/node_modules/typescript/lib";
23
};
24
0 commit comments