Skip to content

Not working with multiple projects in a workspace #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dreamawakening opened this issue Aug 3, 2021 · 1 comment
Closed

Not working with multiple projects in a workspace #379

dreamawakening opened this issue Aug 3, 2021 · 1 comment

Comments

@dreamawakening
Copy link

dreamawakening commented Aug 3, 2021

I have a workspace with the multiple projects:

app1/
app2/

Both app1 and app2 have their own Tailwind configs and tailwindcss independently installed.

If I open one of these apps in VSCode, IntelliSense will pick up its config without issues.

But if I open the workspace (which contains both apps), it will load the first config it finds (which is app1). This means if I'm working on app2, IntelliSense will still be using the config from app1 (so it doesn't work).

I have a myproject.code-workspace file like this:

{
  "folders": [
    {
      "path": "."
    }
  ],
  "settings": {
    "eslint.alwaysShowStatus": true,
    "eslint.workingDirectories": ["app", "component-library", "server"]
  }
}

It should just be working, but it's not.

@bradlc
Copy link
Contributor

bradlc commented Aug 12, 2021

Duplicate of #218

@bradlc bradlc marked this as a duplicate of #218 Aug 12, 2021
@bradlc bradlc closed this as completed Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants