Skip to content

Autocomplete not working, after update 0.12.7 version #1039

@Mu-jun

Description

@Mu-jun

What version of VS Code are you using?

For example: v1.92.2

What version of Tailwind CSS IntelliSense are you using?

For example: v0.12.7

What version of Tailwind CSS are you using?

For example: v3.4.1

What package manager are you using?

For example: npm

What operating system are you using?

For example: Windows

Tailwind config

{
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },
  plugins: [],
  corePlugins: {
    preflight: false,
  },
};

VS Code settings

default setting

Describe your issue
Autocomplete not working, after update 0.12.7 version
It is working in 0.12.6 version

Metadata

Metadata

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