claude-code vscodium: use terminal mode

Works around a supposed nodejs version mismatch of the extension
This commit is contained in:
Trolli Schmittlauch 2026-01-23 15:05:58 +01:00
parent 638fa9bc1c
commit af1994d3d5

View file

@ -116,6 +116,7 @@
"vim.neovimPath" = lib.getExe pkgs.myVim;
"sync-rsync.options" = [ ];
"direnv.path.executable" = lib.getExe pkgs.direnv;
"claudeCode.useTerminal" = true;
};
};
};