Skip to content
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

Vue script intellisense is broken #1050

Open
extrem7 opened this issue Sep 12, 2024 · 0 comments
Open

Vue script intellisense is broken #1050

extrem7 opened this issue Sep 12, 2024 · 0 comments

Comments

@extrem7
Copy link

extrem7 commented Sep 12, 2024

What version of VS Code are you using?

v1.93.0

What version of Tailwind CSS IntelliSense are you using?

v0.12.10

What version of Tailwind CSS are you using?

v3.4.11

What package manager are you using?

pnpm

What operating system are you using?

Windows

Tailwind config

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx,vue}",
  ],
  prefix:"tw-",
  theme: {
    extend: {},
  },
  plugins: [],
}

VS Code settings

{
    "tailwindCSS.experimental.classRegex": ["([a-zA-Z0-9\\-:]+)"],
    "css.validate": false,
	"tailwindCSS.includeLanguages": {
		"vue": "html",
		"vue-html": "html"
	},
	"editor.quickSuggestions": {
		"strings": true
	}
}

Reproduction URL

https://github.com/extrem7/tailwind-vue-reproduction

Describe your issue

Intellisense doesn't work in script tag. But works great in all other cases (js files, template, etc).
image
image
image

@extrem7 extrem7 changed the title Vue script intellisense is broken when prefix specified Vue script intellisense is broken Sep 13, 2024
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

1 participant