Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/vscode-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ same for .json, .toml, etc
| Parameter | Default | Description |
| ----------------------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `graphql-config.load.baseDir` | workspace root or process.cwd() | the path where graphql config looks for config files |
| `graphql-config.load.filePath` | `null` | exact filepath of the config file. |
| `graphql-config.load.filepath` | `null` | exact filepath of the config file. |
| `graphql-config.load.configName` | `graphql` | config name prefix instead of `graphql` |
| `graphql-config.load.legacy` | `true` | backwards compatibility with `graphql-config@2` |
| `graphql-config.dotEnvPath` | `null` | backwards compatibility with `graphql-config@2` |
Expand Down Expand Up @@ -147,7 +147,7 @@ You can search a folder for any of the matching config file names listed above:

```json
"graphql-config.load.rootDir": "./config"
"graphql-config.envFilePath": "./config/.dev.env"
"graphql-config.envfilePath": "./config/.dev.env"
```

Or a specific filepath:
Expand Down