Updated package.json (#70)
As, its details.Debugging shouldn't it be, "Debugging {filename}" as opposed to "Editing {filename}" similar to how it is in discord.lowerDetailsDebugging
This commit is contained in:
parent
302a66a100
commit
a7261cce3b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
},
|
||||
"discord.detailsDebugging": {
|
||||
"type": "string",
|
||||
"default": "Editing {filename}",
|
||||
"default": "Debugging {filename}",
|
||||
"description": "Custom string for the details section of the rich presence when debugging\n\t- '{null}' will be replaced with an empty space.\n\t- '{filename}' will be replaced with the current file name.\n\t- '{dirname}' will get replaced with the folder name that has the current file.\n\t- '{fulldirname}' will get replaced with the full directory name without the current file name.\n\t- '{workspace}' will be replaced with the current workspace name, if any.\n\t- '{currentcolumn}' will get replaced with the current column of the current line.\n\t- '{currentline}' will get replaced with the current line number.\n\t- '{totallines}' will get replaced with the total line number.\n\t- '{filesize}' will get replaced with the current file's size."
|
||||
},
|
||||
"discord.detailsIdle": {
|
||||
|
|
Loading…
Reference in a new issue