You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,13 @@
147
147
],
148
148
"description": "Use local SDL/IDL files for definition lookups. Default is to use generated_schema.graphql from GraphQL Config settings for definitions"
149
149
},
150
+
"vscode-graphql.rejectUnauthorized": {
151
+
"type": [
152
+
"boolean"
153
+
],
154
+
"description": "Fail the request on invalid certificate",
0 commit comments