Skip to content

Commit

Permalink
rename to settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 18, 2024
1 parent f4c272b commit 2f29e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ in our IDE or editor.
in providing you feedback and help when writing GraphQL documents.

:::note
If you’re using VSCode, you may also want to update your `.vscode/config.json` file to prompt you
If you’re using VSCode, you may also want to update your `.vscode/settings.json` file to prompt you
[to use the workspace version of TypeScript](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-the-workspace-version-of-typescript).
Otherwise, the `@0no-co/graphqlsp` plugin won’t work!

```js title=".vscode/config.json" ins={2-3}
```js title=".vscode/settings.json" ins={2-3}
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
Expand Down

0 comments on commit 2f29e42

Please sign in to comment.