Skip to content

Project paths with parentheses not working (v0.12.x) #1008

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
FAHIM-33 opened this issue Jul 2, 2024 · 3 comments · Fixed by #1009
Closed

Project paths with parentheses not working (v0.12.x) #1008

FAHIM-33 opened this issue Jul 2, 2024 · 3 comments · Fixed by #1009

Comments

@FAHIM-33
Copy link

FAHIM-33 commented Jul 2, 2024

VS Code Version: 1.90.2
Tailwind CSS IntelliSense Version: v0.12.3
Tailwind CSS Version: v3.4.4
Package Manager: npm
Operating System: Linux Zorin OS 17

VS Code settings.json:

{
    "workbench.iconTheme": "vscode-icons",
    "explorer.confirmDelete": false,
    "editor.minimap.renderCharacters": false,
    "editor.stickyScroll.enabled": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "terminal.integrated.enableMultiLinePasteWarning": false,
    "git.openRepositoryInParentFolders": "never",
    "editor.cursorSmoothCaretAnimation": "on",
    "editor.cursorBlinking": "smooth",
    "[javascript]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "terminal.integrated.env.linux": {},
    "console-ninja.featureSet": "Community",
    "window.menuBarVisibility": "toggle",
    "files.autoSave": "afterDelay",
    "workbench.colorTheme": "GitHub Dark Default",
    "editor.fontLigatures": false,
    "tailwindCSS.experimental.classRegex": [],
    "tailwindCSS.includeLanguages": {
        "html": "html",
        "javascript": "javascript",
        "javascriptreact": "javascript",
        "typescript": "typescript",
        "typescriptreact": "typescript",
        "css": "css"
    },
    "editor.quickSuggestions": {
        "strings": true
    },
    "tailwindCSS.emmetCompletions": true,
    "editor.minimap.enabled": false
}

Tailwind CSS IntelliSense Output: (Tailwind CSS: Show Output)

Locating server…
Booting server...
Setting up server…
Listening for messages…
Searching for Tailwind CSS projects in the workspace's folders.
{"tailwind":{"version":"3.4.4","features":["layer:base","separator:root","content-list","jit","css-at-config","relative-content-paths","transpiled-configs"],"isDefaultVersion":false}}
{"tailwind":{"version":"3.4.4","features":["layer:base","separator:root","content-list","jit","css-at-config","relative-content-paths","transpiled-configs"],"isDefaultVersion":false}}
[Global] Creating projects: [{"folder":"/home/fahim/Desktop/Lib-v2(redux)/client","config":"/home/fahim/Desktop/Lib-v2(redux)/client/tailwind.config.js","selectors":[{"pattern":"/home/fahim/Desktop/Lib-v2(redux)/client/tailwind.config.js","priority":0},{"pattern":"/home/fahim/Desktop/Lib-v2(redux)/client/**","priority":3},{"pattern":"/home/fahim/Desktop/Lib-v2(redux)/client/**","priority":5}],"user":false,"tailwind":{"version":"3.4.4","features":["layer:base","separator:root","content-list","jit","css-at-config","relative-content-paths","transpiled-configs"],"isDefaultVersion":false}}]
[Global] Preparing projects...
[Global] Adding watch patterns: /home/fahim/Desktop/Lib-v2(redux)/client/tailwind.config.js, /home/fahim/Desktop/Lib-v2(redux)/client
[Global] Initializing projects...
[Global] Initialized 0 projects

Issue Description:

Same issue opened for windows too but a contributor asked me to open a new one. Tailwind CSS Intellisense v0.12.x does not work on Linux. There are no suggestions showing in any type of file (TSX, JSX, HTML). The previous version 0.10.5 works fine.

Steps to Reproduce:

Install Tailwind CSS IntelliSense v0.12.3 on VS Code 1.90.2.
Open any TSX, JSX, or HTML file.
Notice that no suggestions appear.

Expected Behavior:

Tailwind CSS IntelliSense should provide suggestions for Tailwind classes.

@thecrypticace thecrypticace changed the title Intellisence (v0.12.3) not working on Linux Project paths with parentheses not working (v0.12.x) Jul 2, 2024
@thecrypticace
Copy link
Contributor

I'll get a release out soon with this fix 👍

@SomeAB
Copy link

SomeAB commented Jul 3, 2024

Mine mentioned in the previous thread was also on Fedora 40 Linux

@thecrypticace
Copy link
Contributor

v0.12.4 was released earlier today which fixes this

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.

3 participants