mirror of
https://github.com/materusPL/nixos-config
synced 2025-07-15 11:04:25 +02:00
codium: update JS/TS settings
This commit is contained in:
parent
9884d1a8a3
commit
ed47b3a9d3
@ -113,6 +113,11 @@ let
|
||||
"[cpp]" = {
|
||||
"editor.defaultFormatter" = lib.mkDefault "xaver.clang-format";
|
||||
};
|
||||
"[javascript]" = {
|
||||
"editor.defaultFormatter" = lib.mkDefault "esbenp.prettier-vscode";
|
||||
};
|
||||
"typescript.tsserver.maxTsServerMemory" = 1024 * 8;
|
||||
"typescript.tsserver.nodePath"= lib.mkDefault "${pkgs.nodejs}/bin/node";
|
||||
"cmake.showOptionsMovedNotification" = false;
|
||||
"cmake.pinnedCommands" = [
|
||||
"workbench.action.tasks.configureTaskRunner"
|
||||
|
Loading…
x
Reference in New Issue
Block a user