Skip to content

Intellisense should not work in .ts files #644

Closed
@max-programming

Description

@max-programming

What version of Tailwind CSS IntelliSense are you using?

v0.9.1

What version of Tailwind CSS are you using?

v3.2.0

What package manager are you using?

pnpm

What operating system are you using?

Windows

Tailwind config

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
};

VS Code settings

// So many settings. Only this setting enabled from extension
{
  "tailwindCSS.emmetCompletions": true,
}

Describe your issue

HTML or JSX isn't written in .ts files. So I think the extension should not show the intellisense in the .ts files.
Intellisense works in .tsx files and that's good but it shouldn't in .ts files

image

Metadata

Metadata

Assignees

No one assigned

    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