File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
graphql-language-service-server Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' vscode-graphql ' : patch
3
+ ' graphql-language-service-server ' : ' patch'
4
+ ---
5
+
6
+ use ` filepath ` instead of ` filePath ` for ` graphql-config `
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ with graphql config. The final option can be set in `graphql-config` as well
261
261
| Parameter | Default | Description |
262
262
| ----------------------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
263
263
| ` graphql-config.load.baseDir ` | workspace root or process.cwd() | the path where graphql config looks for config files |
264
- | ` graphql-config.load.filePath ` | ` null ` | exact filepath of the config file. |
264
+ | ` graphql-config.load.filepath ` | ` null ` | exact filepath of the config file. |
265
265
| ` graphql-config.load.configName ` | ` graphql ` | config name prefix instead of ` graphql ` |
266
266
| ` graphql-config.load.legacy ` | ` true ` | backwards compatibility with ` graphql-config@2 ` |
267
267
| ` graphql-config.dotEnvPath ` | ` null ` | backwards compatibility with ` graphql-config@2 ` |
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ You can search a folder for any of the matching config file names listed above:
153
153
Or a specific filepath:
154
154
155
155
``` json
156
- "graphql-config.load.filePath " : " ./config/my-graphql-config.js"
156
+ "graphql-config.load.filepath " : " ./config/my-graphql-config.js"
157
157
```
158
158
159
159
Or a different ` configName ` that allows different formats:
Original file line number Diff line number Diff line change 120
120
],
121
121
"description" : " Base dir for graphql config loadConfig(), to look for config files or package.json"
122
122
},
123
- "graphql-config.load.filePath " : {
123
+ "graphql-config.load.filepath " : {
124
124
"type" : [
125
125
" string"
126
126
],
You can’t perform that action at this time.
0 commit comments