Skip to content

Intellisense not working on Windows for some projects / setups (v0.12.x) #988

Closed
@emirefek

Description

@emirefek

Maintainer's note:

v0.12.5 has been published please update and give it a test first


What version of VS Code are you using?
v1.90.2

What version of Tailwind CSS IntelliSense are you using?
v0.12.0

What version of Tailwind CSS are you using?
v3.4.4

What package manager are you using?
npm

What operating system are you using?
Windows

Tailwind config

import defaultTheme from "tailwindcss/defaultTheme";
import forms from "@tailwindcss/forms";
import typography from "@tailwindcss/typography";

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./resources/views/**/*.blade.php",
    "./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php",
    "./vendor/laravel/jetstream/**/*.blade.php",
    "./storage/framework/views/*.php",
  ],

  theme: {
    extend: {
      fontFamily: {
        sans: ["Figtree", ...defaultTheme.fontFamily.sans],
      },
    },
  },

  plugins: [forms, typography],
};

VS Code settings

previous version works so I don't really wanna spend time to remove unrelated stuff from it.

Describe your issue
After last vscode extension update, it stoped working.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions