Closed ShaquibKhanhub closed 3 weeks ago
@adamwathan could you please tell me why this issue is close, Is this bug or something else why this happening and when it would resolve?. please tell me 😃
You opened three issues in a row for the same thing, I'm closing all of them except one.
@adamwathan Yes got it but could you please tell me why is this happening means is there something wrong with the extension because i have reinstalled my vscode because of this yesterday only, i think it would work fine but not.
I don't know — it's Saturday, we're not at work. The extension seems to be working for most people otherwise we'd be seeing a lot of comments and issues about it, so it's likely specific to your system. We'll try to take a look at it when we have time but can't promise when that will be.
@adamwathan Yes i understand but after Sunday please help me. I have seen some issue like mine, i thought it might colliding with some other extensions so i uninstall my several extension which are connected to css i thought I will work but not and also i reinstall my vscode for that but it doesn't work , so please help me. 😞
What version of VS Code are you using?
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
What version of Tailwind CSS IntelliSense are you using?
Extension version: 0.12.11
What version of Tailwind CSS are you using?
^3.4.13
What package manager are you using?
npm
What operating system are you using?
Windows
Tailwind config
/* @type {import('tailwindcss').Config} / export default { content: ["./index.html", "./src/*/.{js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [], };
VS Code settings
{ "emmet.useInlineCompletions": true, "explorer.confirmDelete": false, "liveServer.settings.AdvanceCustomBrowserCmdLine": "chrome", "liveServer.settings.ignoreFiles": [ ".vscode/", "/.scss", "*/.sass", "/.ts" ], "liveServer.settings.port": 0, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.wordWrap": "on", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "code-runner.runInTerminal": true, "editor.accessibilitySupport": "on", "[jsonc]": { "editor.quickSuggestions": { "other": "inline" } }, "[json]": { "editor.suggest.snippetsPreventQuickSuggestions": true }, "editor.quickSuggestions": { "strings": "inline" }, "tabnine.experimentalAutoImports": true, "liveServer.settings.donotShowInfoMsg": true, "[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.fontLigatures": true, "editor.fontFamily": "'cascadia code',Consolas,'Courier New',monospace", "remote.SSH.remotePlatform": { "sandbox.7r4v79.csb": "linux" }, "[css]": { "editor.defaultFormatter": "vscode.css-language-features" }, "files.autoSave": "afterDelay", "quokka.compactMessageOutput": true, "tabnine.debug": true, "tabnine.disableFileRegex": [], "[scss]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "terminal.integrated.env.windows": {}, "console-ninja.toolsToEnableSupportAutomaticallyFor": { "live-server-extension": true, "live-preview-extension": true }, "liveServer.settings.donotVerifyTags": true, "editor.cursorBlinking": "expand", "editor.cursorSmoothCaretAnimation": "on", "terminal.integrated.env.linux": {}, "git.autofetch": true, "gitlens.graph.layout": "editor", "liveServer.settings.ChromeDebuggingAttachment": false, "liveServer.settings.CustomBrowser": "microsoft-edge", "console-ninja.featureSet": "Community", "nxConsole.showNodeVersionOnStartup": false, "terminal.integrated.enableMultiLinePasteWarning": false, "files.exclude": { "/.git": false, "/.trunk/actions/": true, "/.trunk/logs/": true, "/.trunk/notifications/": true, "/.trunk/out/": true, "/.trunk/plugins/": true }, "html-to-css-autocompletion.getSelectorsFromFileTypes": ["html", "php"], "terminal.integrated.fontWeightBold": "bold", "terminal.integrated.cursorBlinking": true, "window.zoomLevel": 1, "editor.fontSize": 16, "workbench.editorAssociations": { ".md": "default" }, "accessibility.signals.lineHasError": { "sound": "off" }, "accessibility.signals.lineHasFoldedArea": { "sound": "off" }, "accessibility.signals.lineHasBreakpoint": { "sound": "off" }, "accessibility.signals.lineHasInlineSuggestion": { "sound": "off" }, "accessibility.signals.onDebugBreak": { "sound": "off" }, "accessibility.signals.noInlayHints": { "sound": "off" }, "accessibility.signals.taskCompleted": { "sound": "off" }, "accessibility.signals.taskFailed": { "sound": "off" }, "accessibility.signals.notebookCellCompleted": { "sound": "off" }, "accessibility.signals.notebookCellFailed": { "sound": "off" }, "accessibility.signals.diffLineInserted": { "sound": "off" }, "accessibility.signals.diffLineDeleted": { "sound": "off" }, "accessibility.signals.diffLineModified": { "sound": "off" }, "javascript.updateImportsOnFileMove.enabled": "always", "github.copilot.editor.enableAutoCompletions": true, "files.watcherExclude": { "/.trunk/actions/": true, "/.trunk/logs/": true, "/.trunk/notifications/": true, "/.trunk/out/": true, "/.trunk/*plugins/": true }, "autoimport.doubleQuotes": true, "workbench.colorTheme": "Ayu Light", "vscode-edge-devtools.webhintInstallNotification": true, "[typescriptreact]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "terminal.integrated.defaultProfile.windows": "Git Bash", "cSpell.userWords": ["cloudinary", "Shaquib"], "tailwindCSS.experimental.configFile": "./tailwind.config.js", "tailwindCSS.includeLanguages": { "javascript": "javascript", "javascriptreact": "html", "typescript": "javascript", "typescriptreact": "html" }, "workbench.iconTheme": "material-icon-theme" }
Reproduction URL just developing for myself
A public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways.
i think it's been over six months since this extension stopped working i don't know why but because of this i avoid using tailwind css because classes are not getting suggested into my any project please i request you to resolve this issue. i have provided all the thing i which i required Thank you
Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead.