Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motss/vercel-turbo-8583
Turbo LSP unable to resolve turbo.path
https://github.com/motss/vercel-turbo-8583
Last synced: 20 days ago
JSON representation
Turbo LSP unable to resolve turbo.path
- Host: GitHub
- URL: https://github.com/motss/vercel-turbo-8583
- Owner: motss
- Created: 2024-06-24T11:37:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T11:43:42.000Z (6 months ago)
- Last Synced: 2024-12-06T16:47:40.399Z (27 days ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vercel/turbo#8583
Turbo LSP is unable to resolve the value of `turbo.path` unless an absolute path is provided.
See https://github.com/vercel/turbo/issues/8583 for more details.
## Steps to reproduce
1. Clone this repo
2. Install all the dependencies by running `pnpm install`
3. Open the repo using VS Code
4. You should see the error showing that the `turbo not found` error
5. Done---