Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.32k stars 446 forks source link

Make XDG directory specification support more convenient #1269

Closed tony-sol closed 6 months ago

tony-sol commented 6 months ago

A follow up to this PR and base-dir-spec

According to environment.json file content, i think, it looks like more a state, than config, so i guess environment.json file should be placed in XDG_STATE_HOME.

Similar example: moving state file from XDG_CONFIG_HOME to XDG_STATE_HOME (context)

Also, added support of VSC_REST_CLIENT_HOME if single place for all user data required.