One of the issues we ran into while attempting to install extensions was Disk quota exceeded as code-server and majority of the other applications use $HOME by default to install packages.( in this instance, it is in the ~/.local directory) . I recommend this directory to me moved to antoher file system and create a symlink to trick all appliacations to believe the direcory is still there.
One of the issues we ran into while attempting to install extensions was
Disk quota exceededas code-server and majority of the other applications use $HOME by default to install packages.( in this instance, it is in the~/.localdirectory) . I recommend this directory to me moved to antoher file system and create a symlink to trick all appliacations to believe the direcory is still there.