sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol
https://sourcegraph.com
Apache License 2.0
793 stars 72 forks source link

Yarn Plug n Play support #648

Open lewisloofis opened 4 years ago

lewisloofis commented 4 years ago

Hello,

Does this langserver has a plan to support Yarn pnp. This langserver will report cannot find module errors if I happen to use yarn pnp feature.

There are several attempt to patch tsc using pnpify, this is the docs about it.

Would be great if this langserver support pnp, cause I don't need to leave my vim cause of wrong syntax checking