···1212- When you save it will generate `typed-document-nodes` for your documents and cast them to the correct type
1313- Will warn you when you are importing from a file that is exporting fragments that you're not using
14141515+> Note that this plugin does not do syntax highlighting, for that you still need something like
1616+> [the VSCode/... plugin](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
1717+1518## Installation
16191720```sh
···41444245> If you are using VSCode ensure that your editor is using [the Workspace Version of TypeScript](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-the-workspace-version-of-typescript)
4346> this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of
4747+>
4448> ```json
4549> {
4650> "typescript.tsdk": "node_modules/typescript/lib",
+3
packages/graphqlsp/README.md
···1212- When you save it will generate `typed-document-nodes` for your documents and cast them to the correct type
1313- Will warn you when you are importing from a file that is exporting fragments that you're not using
14141515+> Note that this plugin does not do syntax highlighting, for that you still need something like
1616+> [the VSCode/... plugin](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
1717+1518## Installation
16191720```sh