Skip to content

Autocomplete not working, after update 0.12.7 version #1039

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
Mu-jun opened this issue Aug 27, 2024 · 9 comments · Fixed by #1043
Closed

Autocomplete not working, after update 0.12.7 version #1039

Mu-jun opened this issue Aug 27, 2024 · 9 comments · Fixed by #1043
Assignees

Comments

@Mu-jun
Copy link

Mu-jun commented Aug 27, 2024

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

@parker2808
Copy link

parker2808 commented Aug 27, 2024

Yes, I have the same issue. Don't any suggestions 👎
@Mu-jun how can you install the 0.12.6 version? I can't find it

@alex-jitbit
Copy link

@Mu-jun how can you install the 0.12.6 version? I can't find it

In VSCode cextension settings lick dropdown next to "Uninstall" and select "Install specific version"

@parker2808
Copy link

@Mu-jun how can you install the 0.12.6 version? I can't find it

In VSCode cextension settings lick dropdown next to "Uninstall" and select "Install specific version"

Thanks, I have downgraded to 0.12.6, it's worked again 💯

@brenopolanski
Copy link

@Mu-jun how can you install the 0.12.6 version? I can't find it

In VSCode cextension settings lick dropdown next to "Uninstall" and select "Install specific version"

Thanks, works for me too!

@ben-aggus-gateway
Copy link

Same issue. I'm using WSL2/Ubuntu on Windows 11.

@Su0515
Copy link

Su0515 commented Aug 28, 2024

Yes, I am invalidated in version 27, and it is better to replace it with version 26

@u3u
Copy link

u3u commented Aug 28, 2024

In a certain project, it found the wrong configuration file.
I fixed it by specifying "tailwindCSS.experimental.configFile": "tailwind.config.js"

Locating server…
Booting server...
Setting up server…
Listening for messages…
Searching for Tailwind CSS projects in the workspace's folders.
[Error - 2:29:09 PM] Failed to initialize workspace folder /xxx e [CssSyntaxError]: /xxx/public/admin/vendors/bootstrap/less/bootstrap.less:7:1: Unknown word
You tried to parse Less with the standard CSS parser; try again with the postcss-less parser
    at qd.error (/Users/qwq/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.7/dist/tailwindServer.js:195:35103)
    at jw.unknownWord (/Users/qwq/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.7/dist/tailwindServer.js:201:7868)
    at jw.other (/Users/qwq/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.7/dist/tailwindServer.js:201:6274)

@Ali-ovo
Copy link

Ali-ovo commented Aug 28, 2024

In a certain project, it found the wrong configuration file. I fixed it by specifying "tailwindCSS.experimental.configFile": "tailwind.config.js"

Locating server…
Booting server...
Setting up server…
Listening for messages…
Searching for Tailwind CSS projects in the workspace's folders.
[Error - 2:29:09 PM] Failed to initialize workspace folder /xxx e [CssSyntaxError]: /xxx/public/admin/vendors/bootstrap/less/bootstrap.less:7:1: Unknown word
You tried to parse Less with the standard CSS parser; try again with the postcss-less parser
    at qd.error (/Users/qwq/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.7/dist/tailwindServer.js:195:35103)
    at jw.unknownWord (/Users/qwq/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.7/dist/tailwindServer.js:201:7868)
    at jw.other (/Users/qwq/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.7/dist/tailwindServer.js:201:6274)

I have the same error

@philipp-spiess
Copy link
Member

philipp-spiess commented Aug 28, 2024

Hey @Mu-jun! 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.

9 participants