Skip to content

Commit 79ba47a

Browse files
committed
replace vscode plugin
1 parent 7443c95 commit 79ba47a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/docs/guides/react-vue.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,16 +480,16 @@ From simple Queries to more advanced Fragments-based ones, GraphQL Code Generato
480480

481481
**What's next?**
482482

483-
To get the best GraphQL development experience, we recommend installing the [GraphQL VSCode extension](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql) to get:
483+
To get the best GraphQL development experience, we recommend installing the [GraphQLSP](https://github.com/0no-co/GraphQLSP) package to get:
484484

485485
- syntax highlighting
486486
- autocomplete suggestions
487487
- validation against schema
488488
- snippets
489489
- go to definition for fragments and input types
490490

491-
An alternative to the VSCode extension is the [GraphQLSP](https://github.com/0no-co/GraphQLSP/tree/main) package, which is a TypeScript LSP plugin for GraphQL.
492-
To get that working, we need to add the following to your `tsconfig.json` after installing the package (`npm i -D @0no-co/graphqlsp`):
491+
`GraphQLSP`s a TypeScript LSP plugin for GraphQL, to get it working, we need to add the following to your `tsconfig.json`
492+
after installing the package (`npm i -D @0no-co/graphqlsp`):
493493

494494
```json
495495
{

0 commit comments

Comments
 (0)