You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using the LSP-Typescript package, it defaults to the latest TypeScript version (5.5.2). I'm working on a monorepo that contains different packages, each with different TypeScript versions.
I want to use the TypeScript version specific to whichever project I am currently working on.
I tried setting the tsserver path manually, and it works, but I don't think it's a good idea.
I'm on monorepo btw. opening sub folder as in sublime text works but i want to open my full repo in sublime text and then want to work on sub folder that contains different typescript versions
Currently, when using the LSP-Typescript package, it defaults to the latest TypeScript version (5.5.2). I'm working on a monorepo that contains different packages, each with different TypeScript versions.
I want to use the TypeScript version specific to whichever project I am currently working on.
I tried setting the
tsserver
path manually, and it works, but I don't think it's a good idea.The text was updated successfully, but these errors were encountered: