Skip to content

Color decorators don't show up in a split editor #885

Closed
@mthierman

Description

@mthierman

What version of VS Code are you using?

1.85.1

What version of Tailwind CSS IntelliSense are you using?

v0.10.3

What version of Tailwind CSS are you using?

3.3.6

What package manager are you using?

pnpm

What operating system are you using?

Windows 11

Tailwind config

import type { Config } from "tailwindcss";

export default {
    plugins: [require("@tailwindcss/typography")],
    content: ["./src/**/*.{html,js,ts}"],
} satisfies Config;

VS Code settings

"editor.colorDecorators": true
"tailwindCSS.colorDecorators": true
"editor.defaultColorDecorators": true

Reproduction URL

N/A

Describe your issue

Color decorators for Tailwind don't show up when you split an editor. This does work with regular CSS.

Screenshot 2023-12-17 125025

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions