Updated Configuration (markdown)

antelle 2018-03-26 18:52:08 +02:00
parent 7b67c2d280
commit 07b84b4375
1 changed files with 1 additions and 1 deletions

@ -75,7 +75,7 @@ Config fields description (all fields are optional; please don't copy exactly th
}],
"showOnlyFilesFromConfig": false, // allow to open only files from config, remove previously opened files
"plugins": [{ // if you want to auto-install some plugins
"url": "" // plugin url (you can also add "manifest", if to enforce publicKey validation)
"url": "" // plugin url (you can also add "manifest" to enforce publicKey validation)
}]
}
```