mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
vscode inotify
This commit is contained in:
parent
4604220ea5
commit
eb28936d71
1 changed files with 5 additions and 0 deletions
|
|
@ -13,4 +13,9 @@
|
|||
vscode
|
||||
nodejs-14_x # Need this for https://nixos.wiki/wiki/Vscode server
|
||||
];
|
||||
|
||||
# https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
|
||||
boot.kernel.sysctl = {
|
||||
"fs.inotify.max_user_watches" = "524288";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue