Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Typescript Language Server - Multi Host modeNew to Visual Studio Code? Get it now.
Typescript Language Server - Multi Host mode

Typescript Language Server - Multi Host mode

Alexey Svetliakov

|
1,045 installs
| (0) | Free
Spawn separate typescript servers for multi root workspaces
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Language Features for TypeScript and JavaScript files

This is modified version of official typescript LS client to spawn separate typescript server process per workspace folder in multi-root workspace. This allows vscode multi-root workspaces to work with yarn pnp.

Original LS client shares single TS server between all workspaces, but since there is no standard node resolution and pnp environment is different, it doesn't work at all.

If you don't use yarn pnp you don't need it

The built-in typescript LS client must be disabled . Go to extension tab in vscode and type @builtin @id:vscode.typescript-language-features in search box. Click at icon and click disable. Reload and install this extension.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft