sam Asked: 2019-09-23 08:55:16 +0800 CST2019-09-23 08:55:16 +0800 CST 2019-09-23 08:55:16 +0800 CST code --verbose not launching VS CODE Showing Error: ENOSPC: no space left on device, watch '/snap/code' 772 When trying to launch VsCode from launcher or terminal it's not launching. On code --verbose command it's showing the following error Error: ENOSPC: no space left on device, watch '/snap/code' Os- Ubuntu 18.04(64bit) launcher snap 18.04 1 Answers Voted cmware 2019-11-01T10:39:32+08:002019-11-01T10:39:32+08:00 In my case I found the answer at a GitHub thread. As j-o-d-o commented: Increasing max user watches resolved the issue: >> sudo sysctl fs.inotify.max_user_watches=16384 Was at 8192 originally
In my case I found the answer at a GitHub thread. As j-o-d-o commented: