Skip to content

Commit 5ea73c2

Browse files
missing1984arcanis
andauthored
update editor sdk docs (#1242)
* update editor sdk docs * Update editor-sdks.md Co-authored-by: Maël Nison <[email protected]>
1 parent c9c1c0a commit 5ea73c2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/gatsby/content/advanced/editor-sdks.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ Smart IDEs (such as VSCode or IntelliJ) require special configuration for TypeSc
1212

1313
## Tools currently supported
1414

15-
> **Note:** When using the `--sdk` flag, be aware that only the SDKs for the tools present in your package.json will be installed. Don't forget to run the command again after installing new ones in your project.
15+
> **Note:** When using the `--sdk` flag, be aware that only the SDKs for the tools present in your *root* package.json will be installed (the tool won't look at the dependencies from your other workspaces). So don't forget to run the command again should you change the set of tools used by your project!
1616
17-
| Extension | Required package.json dependency |
17+
| Extension | Required `package.json` dependency |
1818
|---|---|
19-
| VS Code TypeScript Server | [typescript](https://yarnpkg.com/package/typescript) |
20-
| [vscode-eslint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) | [eslint](https://yarnpkg.com/package/eslint) |
21-
| [prettier-vscode extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) | [prettier](https://yarnpkg.com/package/prettier) |
19+
| Builtin VSCode TypeScript Server | [typescript](https://yarnpkg.com/package/typescript) |
20+
| [vscode-eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) | [eslint](https://yarnpkg.com/package/eslint) |
21+
| [prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) | [prettier](https://yarnpkg.com/package/prettier) |
22+
|
2223

2324
If you'd like to contribute more, [take a look here!](https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-pnpify/sources/generateSdk.ts)
2425

0 commit comments

Comments
 (0)