Skip to content

Commit

Permalink
docs: Add VSCode GraphQL syntax extension note
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 26, 2024
1 parent 82b6b2a commit 53e243f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/content/docs/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Otherwise, the `@0no-co/graphqlsp` plugin won’t work!
"typescript.enablePromptUseWorkspaceTsdk": true
}
```

To enable syntax highlighting for GraphQL, you can install the official
[“GraphQL: Syntax Highlighting” VSCode extension.](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
:::

## Step 2 — Configuring a schema
Expand Down

0 comments on commit 53e243f

Please sign in to comment.