[IntelliSense] not working in turborepo package #11347
JasonAtallah
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
@JasonAtallah I had the same problem. Updating VS code settings as recommended in their official repo solved it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
was anybody able to get this to work ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue, but I got no intelissense at any apps/packages. EDIT: Was on Pre-Release version, after downgrading to v.0.10.5 got it working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intellisense in vscode doesn't work in turborepo packages.
Steps to reproduce
npx create-turbo@latest
.Expected result
Actual result
--
The details state, "In order for the extension to activate you must have tailwindcss installed and a Tailwind config file named tailwind.config.js or tailwind.config.cjs in your workspace."
I tried adding a tailwind config to the root and in the ui package and I still don't get intellisense in the ui package.
Beta Was this translation helpful? Give feedback.
All reactions