We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b58d5 commit cf922c8Copy full SHA for cf922c8
README.md
@@ -70,6 +70,7 @@ These are the settings currently available:
70
'prettier.tabWidth': 2,
71
'prettier.useTabs': false,
72
'request.credentials': 'omit', // possible values: 'omit', 'include', 'same-origin'
73
+ "schema.enablePolling": true // enables automatic schema polling
74
'schema.disableComments': boolean,
75
'tracing.hideTracingResponse': true,
76
}
@@ -100,6 +101,7 @@ interface ISettings {
100
101
'prettier.tabWidth': number
102
'prettier.useTabs': boolean
103
'request.credentials': 'omit' | 'include' | 'same-origin'
104
+ "schema.enablePolling": boolean
105
'schema.disableComments': boolean
106
'tracing.hideTracingResponse': boolean
107
0 commit comments