I would like Turborepo LSP to use my local version of Turborepo #7826
steveluscher
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
turbo
local to my project (ie. installed by my package.json)turbo
globally in order for LSP to workBackground
Like Prettier uses the version local to my workspace, I would like Turborepo LSP to also use the version of
turbo
local to my workspace.Proposal
Look for
turbo
via the Node module resolution strategy before looking for it / installing it globally.Beta Was this translation helpful? Give feedback.
All reactions