From 834ead36d70a97a320db1957f057855f309713d4 Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 20 Jul 2025 15:18:15 +0200 Subject: [PATCH] Old-materusPC: vscode update --- configurations/host/Old-materusPC/home/materus/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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]" = {