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.

add author license and keywords

+8 -3
+8 -3
package.json
··· 12 12 "type": "git", 13 13 "url": "git+https://github.com/JoviDeCroock/GraphQLSP.git" 14 14 }, 15 - "keywords": [], 16 - "author": "", 17 - "license": "ISC", 15 + "keywords": [ 16 + "GraphQL", 17 + "TypeScript", 18 + "LSP", 19 + "Typed-document-node" 20 + ], 21 + "author": "0no.co <hi@0no.co>", 22 + "license": "MIT", 18 23 "bugs": { 19 24 "url": "https://github.com/JoviDeCroock/GraphQLSP/issues" 20 25 },