refactor: rename config keys to something more meaningful
This commit is contained in:
parent
07eb608857
commit
c2df002d65
1 changed files with 16 additions and 6 deletions
22
package.json
22
package.json
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue