diff --git a/configurations/host/Old-materusPC/home/materus/default.nix b/configurations/host/Old-materusPC/home/materus/default.nix index 8a1e0d0..596e5f3 100644 --- a/configurations/host/Old-materusPC/home/materus/default.nix +++ b/configurations/host/Old-materusPC/home/materus/default.nix @@ -35,6 +35,9 @@ "C_Cpp.clang_format_path" = "${pkgs.clang-tools}/bin/clang-format"; "C_Cpp.clang_format_fallbackStyle" = "Microsoft"; "clang-tidy.executable" = "${pkgs.clang-tools}/bin/clang-tidy"; + + "typescript.tsserver.maxTsServerMemory" = 1024 * 8; + "typescript.tsserver.nodePath"= lib.mkDefault "${pkgs.nodejs}/bin/node"; "python.defaultInterpreterPath" = "${pkgs.python3Full}/bin/python"; "[cpp]" = {