mirror of
https://github.com/materusPL/nixos-config
synced 2025-07-15 19:14:24 +02:00
codium: update JS/TS settings
This commit is contained in:
parent
9884d1a8a3
commit
ed47b3a9d3
@ -113,6 +113,11 @@ let
|
|||||||
"[cpp]" = {
|
"[cpp]" = {
|
||||||
"editor.defaultFormatter" = lib.mkDefault "xaver.clang-format";
|
"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.showOptionsMovedNotification" = false;
|
||||||
"cmake.pinnedCommands" = [
|
"cmake.pinnedCommands" = [
|
||||||
"workbench.action.tasks.configureTaskRunner"
|
"workbench.action.tasks.configureTaskRunner"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user