解决"Visual Studio Code is unable to watch for file changes in this large workspace" (error ENOSPC)
摘要:运行 cat /proc/sys/fs/inotify/max_user_watches 查看现在的大小 修改/etc/sysctl.conf,在最后一行添加 fs.inotify.max_user_watches=524288 执行 sudo sysctl -p 来源: https://code.
阅读全文
posted @ 2021-01-26 19:48
浙公网安备 33010602011771号