mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
fix: add missing comma to configuration JSON template (#11)
This commit is contained in:
parent
ba4caf2dc0
commit
78c811b3ce
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ You can configure state, details and git integration by changing Discord Presenc
|
|||
|
||||
// Rules - disable presence in some workspaces
|
||||
"rules": {
|
||||
"mode": "blacklist" // or whitelist
|
||||
"mode": "blacklist", // or whitelist
|
||||
"paths": [
|
||||
"absolute path"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue