Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VSCode Extension] Fix docs for logs #3988

Closed
Closed
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
9 changes: 8 additions & 1 deletion vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ Search for "Relay GraphQL" in the VS Code extensions panel or install through [t

- `relay.autoStartCompiler` (default: `false`) Whether or not we should automatically start the Relay Compiler in watch mode when you open a project.

- `relay.outputLevel` (default: `quiet-with-errors`) Specify the output level of the Relay language server. The available options are
- `relay.compilerOutputLevel` (default: `verbose`) Specify the output level of the Relay compiler. The available options are

- quiet
- quiet-with-errors
- verbose
- debug

- `relay.lspOutputLevel` (default: `quiet-with-errors`) Specify the output level of the Relay language server. The available options are

- quiet
- quiet-with-errors
Expand Down