Feature Request: sm-agent should follow XDG spec for config.json #144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following #38.
The sm-agent binary currently creates a config.json file inside the ~/.supermaven directory. While the plugin itself has made efforts to respect the XDG Base Directory Specification for storing the binary,
It would be great if the sm-agent binary could be updated to store its configuration file according to the XDG Base Directory Specification.
Specifically, the config.json file should be located at:
$XDG_CONFIG_HOME/supermaven/config.json
If $XDG_CONFIG_HOME is not set, it should default to ~/.config/supermaven/config.json.