Skip to content

Commit cf922c8

Browse files
authored
Update README.md
1 parent 89b58d5 commit cf922c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ These are the settings currently available:
7070
'prettier.tabWidth': 2,
7171
'prettier.useTabs': false,
7272
'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'
73+
"schema.enablePolling": true // enables automatic schema polling
7374
'schema.disableComments': boolean,
7475
'tracing.hideTracingResponse': true,
7576
}
@@ -100,6 +101,7 @@ interface ISettings {
100101
'prettier.tabWidth': number
101102
'prettier.useTabs': boolean
102103
'request.credentials': 'omit' | 'include' | 'same-origin'
104+
"schema.enablePolling": boolean
103105
'schema.disableComments': boolean
104106
'tracing.hideTracingResponse': boolean
105107
}

0 commit comments

Comments
 (0)