Skip to content

Stopped working 0.12.7 reverting to 0.12.6 fixes the issues #1040

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

Closed
alex-jitbit opened this issue Aug 27, 2024 · 7 comments · Fixed by #1043
Closed

Stopped working 0.12.7 reverting to 0.12.6 fixes the issues #1040

alex-jitbit opened this issue Aug 27, 2024 · 7 comments · Fixed by #1043
Assignees

Comments

@alex-jitbit
Copy link

alex-jitbit commented Aug 27, 2024

EDIT: Possibly duplicate of #1039

What version of VS Code are you using?

v1.92.2

What version of Tailwind CSS IntelliSense are you using?

v0.12.7

What version of Tailwind CSS are you using?

v3.4.6

What package manager are you using?

npm

What operating system are you using?

Windows

Tailwind config

/** @type {import('tailwindcss').Config} */
module.exports = {
	content: ["./Views/**/*.cshtml"],
	theme: {
		extend: {
			fontFamily: {
				sans: ['InterVariable, sans-serif'],
			},
			colors: {
				'new-color': 'rgb(var(--new-color) / <alpha-value>)',
				'new-color-dark': 'rgb(var(--new-color-dark) / <alpha-value>)',
				'tech-color': 'rgb(var(--tech-color) / <alpha-value>)',
				'tech-color-dark': 'rgb(var(--tech-color-dark) / <alpha-value>)',
				'cust-color': 'rgb(var(--cust-color) / <alpha-value>)',
				'cust-color-dark': 'rgb(var(--cust-color-dark) / <alpha-value>)',
				'fortech-color': 'rgb(var(--fortech-color) / <alpha-value>)',
				'fortech-color-dark': 'rgb(var(--fortech-color-dark) / <alpha-value>)',
				'error-color': 'rgb(var(--error-color) / <alpha-value>)',
			}
		}
	},
	darkMode: 'selector',
	plugins: [],
	safelist: ["rotate-90"] //do not purge this class from CSS (used in js)
}

VS Code settings

// Paste your VS Code settings in JSON format here

Describe your issue

The classes are not suggested, reverting to 0.12.6 fixes the issue.

Message form the extension in the "output":

[Info  - 12:04:03 PM] [GLOBAL] No matching project for document {
  fsPath: 'C:\\jitbit\\helpdesk\\HelpDesk\\wwwroot\\fblogin.html',
  normalPath: '/c:/jitbit/helpdesk/HelpDesk/wwwroot/fblogin.html'
}
@stefanMeanpug
Copy link

stefanMeanpug commented Aug 27, 2024

Same problem and also reverting version fix the problem

@smultar
Copy link

smultar commented Aug 27, 2024

I have also experienced this problem and can confirm reverting the version fixes the issue.

@Ruler1020730
Copy link

Me too.

@ritikanand123
Copy link

@smultar same

@squelix
Copy link

squelix commented Aug 28, 2024

Same problem, reverting version fix the problem

@thekc66
Copy link

thekc66 commented Aug 28, 2024

Yes same issue for me and also my team members. We have switched back to 0.12.6

@philipp-spiess
Copy link
Member

philipp-spiess commented Aug 28, 2024

Hey @alex-jitbit! Thanks for reporting this and sorry for the troubles! We just released v0.12.8 of the VS Code extension with a fix that resolves this issue. If you still have issues, please let us know!

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

Successfully merging a pull request may close this issue.

8 participants