swdotcom / swdc-vscode

Time-tracking plugin for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode
Apache License 2.0
456 stars 46 forks source link

Installs Settings in ~/.software #438

Closed ProfessorManhattan closed 2 weeks ago

ProfessorManhattan commented 1 year ago

Hey, after installing this, a folder appeared at $HOME/.software with a few different files. Would it be possible to move this data to the User folder (i.e. $HOME/.config/Code/User)? Preferrably, we should follow the XDG spec as well as fallback to the actual VSCode instance User settings folder. For instance, with an install via Flatpak, the User folder is at /home/parallels/.var/app/com.visualstudio.code/config/Code/User. But if you need to store settings outside of the VSCode User folder, then I propose that we follow the XDG spec so people's $HOME don't get too crowded with all these dot files.

bjacobson26 commented 2 weeks ago

We've updated this - we don't install anything in your home directory anymore.