方案一:
方案二:
方案三
echo fs.inotify.max_user_instances=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
VSCode 出现错误 System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached.
原文:https://www.cnblogs.com/microestc/p/12171018.html