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

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Jovi De Croock and committed by
GitHub
6e0b8cdc e5f8ee96

+1 -1
+1 -1
README.md
··· 39 39 workspace version of TypeScript. In VSCode you can do so by clicking the bottom right 40 40 when on a TypeScript file or adding a file like [this](https://github.com/0no-co/GraphQLSP/blob/main/packages/example/.vscode/settings.json). 41 41 42 - > If you are using VSCode ensure that your editor is using the Workspace Version of TypeScript 42 + > 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) 43 43 > this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of 44 44 > ```json 45 45 > {