-
问题描述
如题所述,VSCode无法实时显示文件变动,因为workspace空间太大,文件太多,而linux本身对此有限制。
From vscode offical documents, you can fixed the problem using:
# 查看file watcher limit cat /proc/sys/fs/inotify/max_user_watches # increase the limit $ vim /etc/sysctl.conf fs.inotify.max_user_watches=