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
Copy file name to clipboardExpand all lines: packages/vscode-graphql/package.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,15 @@
114
114
"description": "Schema cache ttl in milliseconds - the interval before requesting a fresh schema when caching the local schema file is enabled. Defaults to 30000 (30 seconds).",
115
115
"default": 30000
116
116
},
117
+
"vscode-graphql.transport": {
118
+
"type": "string",
119
+
"enum": [
120
+
"ipc",
121
+
"stdio"
122
+
],
123
+
"description": "The transport used between the language server and the client.",
0 commit comments