diff --git a/packages/svelte-vscode/README.md b/packages/svelte-vscode/README.md index c542a57e2..eda39010f 100644 --- a/packages/svelte-vscode/README.md +++ b/packages/svelte-vscode/README.md @@ -91,6 +91,7 @@ Settings to toggle specific features of the extension. The full list of all sett ### Usage with Yarn 2 PnP 1. Run `yarn add -D svelte-language-server` to install svelte-language-server as a dev dependency -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. -3. Restart VSCode. -4. Commit the changes to `.yarn/sdks` +2. Run `yarn dlx @yarnpkg/pnpify --sdk vscode` to generate or update the VSCode/Yarn integration SDKs. +3. Set the `svelte.language-server.ls-path` setting in your user configuration, pointing it to the workspace-installed language server. +4. Restart VSCode. +5. Commit the changes to `.yarn/sdks`