- ใช้เขียนอยู่พักใหญ่ๆ อยู่ดีๆ ก็เปิดแล้ว ไม่มีหน้าต่างอะไรโผล่เลย
- ทดสอบ rm -rf ~/.config/Code แล้ว เปิดด้วยคำสั่ง code ก็ยังเปิดไม่ขึ้นและ ไม่แสดง error อะไรใน terminal
- เจอใน askubuntu.com เค้าบอกว่าให้เช็ค code --verbose แล้วมีประมาณนี้
Solved
- รันคำสั่ง
$ code --verbose
Error: ENOSPC: System limit for number of file watchers reached, watch '/snap/code'
- เจอ error แบบนี้ ให้แก้ไขโดยตามด้านล่างต่อไปนี้
- แก้ไข config /etc/sysctl.conf ก่อนแก้ไขก็สำรองไฟล์ไว้ก่อนนะ
$ sudo nano /etc/sysctl.conf
- เพิ่มค่านี้ไว้ล่างสุดของไฟล์ บันทึกไฟล์
fs.inotify.max_user_watches=524288
- เพียงเท่านี้ก็เปิดใช้ vcode ได้เหมือนเดิมแล้ว
Ref
- https://askubuntu.com/questions/1022923/cannot-open-visual-studio-code
- https://stackoverflow.com/questions/50668990/visual-studio-code-cant-run-in-ubuntu-18-04
No comments:
Post a Comment