Skip to content

Commit 1e47f20

Browse files
authored
(docs) update yarn instructions
#678
1 parent 992dc65 commit 1e47f20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/svelte-vscode/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Settings to toggle specific features of the extension. The full list of all sett
9191
### Usage with Yarn 2 PnP
9292

9393
1. Run `yarn add -D svelte-language-server` to install svelte-language-server as a dev dependency
94-
2. Run `yarn dlx @yarnpkg/pnpify --sdk vscode` to generate or update the VSCode/Yarn integration SDKs. This also sets the `svelte.language-server.ls-path` setting for the workspace, pointing it to the workspace-installed language server.
95-
3. Restart VSCode.
96-
4. Commit the changes to `.yarn/sdks`
94+
2. Run `yarn dlx @yarnpkg/pnpify --sdk vscode` to generate or update the VSCode/Yarn integration SDKs.
95+
3. Set the `svelte.language-server.ls-path` setting in your user configuration, pointing it to the workspace-installed language server.
96+
4. Restart VSCode.
97+
5. Commit the changes to `.yarn/sdks`

0 commit comments

Comments
 (0)