Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Update README.md

Changed files
+7
+7
README.md
···
when on a TypeScript file or adding a file like [this](https://github.com/0no-co/GraphQLSP/blob/main/packages/example/.vscode/settings.json).
> If you are using VSCode ensure that your editor is using the Workspace Version of TypeScript
### Configuration
···
when on a TypeScript file or adding a file like [this](https://github.com/0no-co/GraphQLSP/blob/main/packages/example/.vscode/settings.json).
> If you are using VSCode ensure that your editor is using the Workspace Version of TypeScript
+
> this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of
+
> ```json
+
> {
+
> "typescript.tsdk": "node_modules/typescript/lib",
+
> "typescript.enablePromptUseWorkspaceTsdk": true
+
> }
+
> ```
### Configuration