Skip to content

Follow XDG Base Directory spec for gvlsbuild

Javkhlan K. requested to merge JavkhlanK/gvls:xdg-base-dir-fix into main

If ~/.gvls doesn't exist and GVLS_CONFIG wasn't set as environmental variable, use $XDG_DATA_HOME/gvls instead of hardcoding ~/.gvls. If ~/.gvls already exists though, keep using it.

Merge request reports