Skip to content

Commit 1b01ed2

Browse files
author
Andreia Gaita
committed
Improve settings docs. Fixes #204
1 parent c0b9220 commit 1b01ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"contributes": {
2727
"configuration": {
2828
"type": "object",
29-
"title": "GitHub configuration",
29+
"title": "GitHub Pull Requests",
3030
"properties": {
3131
"github.hosts": {
3232
"type": "array",
3333
"default": [],
34-
"description": "Host tokens",
34+
"description": "List of host credentials. For example, \"github.hosts\": [ { \"host\": \"https://github.com\", \"token\": \"GITHUB TOKEN\" } ]",
3535
"items": {
3636
"type": "object",
3737
"properties": {
@@ -41,7 +41,7 @@
4141
},
4242
"username": {
4343
"type": "string",
44-
"description": "The username to access GitHub"
44+
"description": "The username to access GitHub (optional)"
4545
},
4646
"token": {
4747
"type": "string",

0 commit comments

Comments
 (0)