diff --git a/os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json b/os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json new file mode 100644 index 0000000..bf438f9 --- /dev/null +++ b/os/layers/live/includes.chroot/etc/skel/.config/Code/User/settings.json @@ -0,0 +1,4 @@ +{ + // Limit cache size to 800 MB to stop it from eating all your RAM. + "C_Cpp.intelliSenseCacheSize": 800 +}