refactor: rename config keys to something more meaningful

This commit is contained in:
iCrawl 2017-11-27 02:14:32 +01:00
parent 07eb608857
commit c2df002d65
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -54,27 +54,37 @@
"default": 20, "default": 20,
"description": "Decides how often a reconnect attempt should be made before stopping" "description": "Decides how often a reconnect attempt should be made before stopping"
}, },
"discord.details": { "discord.detailsEditing": {
"type": "string", "type": "string",
"default": "Editing {filename}", "default": "Editing {filename}",
"description": "Custom string for the details section of the rich presence" "description": "Custom string for the details section of the rich presence"
}, },
"discord.detailsDebugging": {
"type": "string",
"default": "Editing {filename}",
"description": "Custom string for the details section of the rich presence when debugging"
},
"discord.detailsIdle": { "discord.detailsIdle": {
"type": "string", "type": "string",
"default": "Idling.", "default": "Idling",
"description": "Custom string for the details section of the rich presence when idling" "description": "Custom string for the details section of the rich presence when idling"
}, },
"discord.workspace": { "discord.lowerDetailsEditing": {
"type": "string", "type": "string",
"default": "Workspace: {workspace}", "default": "Workspace: {workspace}",
"description": "Custom string for the state section of the rich presence" "description": "Custom string for the state section of the rich presence"
}, },
"discord.workspaceIdle": { "discord.lowerDetailsDebugging": {
"type": "string", "type": "string",
"default": "Idling.", "default": "Debugging: {workspace}",
"description": "Custom string for the state section of the rich presence when debugging"
},
"discord.lowerDetailsIdle": {
"type": "string",
"default": "Idling",
"description": "Custom string for the state section of the rich presence when idling" "description": "Custom string for the state section of the rich presence when idling"
}, },
"discord.workspaceNotFound": { "discord.lowerDetailsNotFound": {
"type": "string", "type": "string",
"default": "No workspace.", "default": "No workspace.",
"description": "Custom string for the state section of the rich presence when no workspace is found" "description": "Custom string for the state section of the rich presence when no workspace is found"