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
e5f8ee96 10b367d5

+7
+7
README.md
··· 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 42 > If you are using VSCode ensure that your editor is using the Workspace Version of TypeScript 43 + > this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of 44 + > ```json 45 + > { 46 + > "typescript.tsdk": "node_modules/typescript/lib", 47 + > "typescript.enablePromptUseWorkspaceTsdk": true 48 + > } 49 + > ``` 43 50 44 51 ### Configuration 45 52