[v4] VSCode extension not working when using only @theme directive #15132
Replies: 4 comments 14 replies
-
it's meant to automatically discover tailwind-related .css files, but if you're like me and split your config up into multiple files with multiple {
"tailwindCSS.experimental.configFile": "./path/to/your/tailwind/entrypoint.css",
} |
Beta Was this translation helpful? Give feedback.
-
@kylekz thank you for the reply, but I still can't get the intellisense to work without a Locating server…
Booting server...
Setting up server…
Listening for messages…
Loading Tailwind CSS projects from the workspace settings.
[Global] Creating projects: [{"folder":"","config":"/app/src/index.css","selectors":[{"priority":0,"pattern":"/**"}],"user":true,"tailwind":{"version":"3.4.4","features":["layer:base","separator:root","content-list","jit","css-at-config-as-project","relative-content-paths","transpiled-configs"],"isDefaultVersion":true}}]
[Global] Preparing projects...
[Global] Adding watch patterns: /app/src/index.css, /app/src, /app, , /app/src/css/roboto.css, /app/src/css
[Global] Initializing projects...
[app/src/index.css] Initializing...
[app/src/index.css] supported features: ["css-at-theme","layer:base","content-list"]
[Error - 00:20:43] Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/.yarn/cache/tailwindcss-npm-4.0.0-beta.2-2417a383bd-520432cd07.zip/node_modules/tailwindcss/dist/lib.js' imported from .vscode/extensions/bradlc.vscode-tailwindcss-0.13.59/dist/tailwindServer.js
at finalizeResolution (node:internal/modules/esm/resolve:265:11)
at moduleResolve (node:internal/modules/esm/resolve:940:10)
at defaultResolve (node:internal/modules/esm/resolve:1176:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:542:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:510:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38)
at ModuleLoader.import (node:internal/modules/esm/loader:472:34)
at defaultImportModuleDynamicallyForScript (node:internal/modules/esm/utils:227:31)
at importModuleDynamicallyCallback (node:internal/modules/esm/utils:249:12)
at I (.vscode/extensions/bradlc.vscode-tailwindcss-0.13.59/dist/tailwindServer.js:1762:11505) {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///.yarn/cache/tailwindcss-npm-4.0.0-beta.2-2417a383bd-520432cd07.zip/node_modules/tailwindcss/dist/lib.js'
}
[app/src/index.css] Failed to load workspace modules.
[app/src/index.css] Using bundled version of `tailwindcss`: v3.4.4
[app/src/index.css] Using bundled version of `postcss`: v8.4.31
[app/src/index.css] Building...
[Error - 00:20:43] Tailwind CSS: Invalid or unexpected token
/app/src/index.css:1
@import "tailwindcss";
^
SyntaxError: Invalid or unexpected token
at wrapSafe (node:internal/modules/cjs/loader:1385:20)
at Module._compile (node:internal/modules/cjs/loader:1435:41)
at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at require$$0.Module._extensions..js (/.pnp.cjs:10563:33)
at Module.load (node:internal/modules/cjs/loader:1295:32)
at Module._load (node:internal/modules/cjs/loader:1111:12)
at c._load (node:electron/js2c/node_init:2:16955)
at require$$0.Module._load (/.pnp.cjs:10411:31)
at Module.require (node:internal/modules/cjs/loader:1318:19)
at If._require.Tc.default.require (.vscode/extensions/bradlc.vscode-tailwindcss-0.13.59/dist/tailwindServer.js:1696:1543)
[Global] Initialized 1 projects I run a Yarn PNP monorepo on a MacBook.
UNPLUGGING tailwindcss seems to tell the extension to load the beta version, but autocomplete still doesn't work ----------
RESTARTING
----------
[Info - 00:29:41] [GLOBAL] No matching project for document {
fsPath: '/new-dealer-tool/app/src/index.css',
normalPath: '/new-dealer-tool/app/src/index.css'
}
[Error - 00:29:41] (node:6864) Warning: [Warning] The runtime detected new information in a PnP file; reloading the API instance (/new-dealer-tool/.pnp.cjs)
(Use `Code Helper (Plugin) --trace-warnings ...` to show where the warning was created)
Loading Tailwind CSS projects from the workspace settings.
[Global] Creating projects: [{"folder":"/new-dealer-tool","config":"/new-dealer-tool/app/src/index.css","selectors":[{"priority":0,"pattern":"/new-dealer-tool/**"}],"user":true,"tailwind":{"version":"4.0.0-beta.2","features":["css-at-theme","layer:base","content-list"],"isDefaultVersion":false}}]
[Global] Preparing projects...
[Global] Adding watch patterns: /new-dealer-tool/app/src/index.css, /new-dealer-tool/app/src, /new-dealer-tool/app, /new-dealer-tool, /new-dealer-tool/app/src/css/roboto.css, /new-dealer-tool/app/src/css
[Global] Initializing projects...
[app/src/index.css] Initializing...
[app/src/index.css] supported features: ["css-at-theme","layer:base","content-list"]
[app/src/index.css] Loaded tailwindcss v4.0.0-beta.2: /new-dealer-tool/.yarn/unplugged/tailwindcss-npm-4.0.0-beta.2-2417a383bd/node_modules/tailwindcss
[app/src/index.css] Building...
[Global] Initialized 1 projects
[app/src/index.css] Initializing...
[app/src/index.css] supported features: ["css-at-theme","layer:base","content-list"]
[app/src/index.css] Loaded tailwindcss v4.0.0-beta.2: /new-dealer-tool/.yarn/unplugged/tailwindcss-npm-4.0.0-beta.2-2417a383bd/node_modules/tailwindcss
[app/src/index.css] Building... Tried with both extension versions (release and pre-release) |
Beta Was this translation helpful? Give feedback.
-
Yes, in V4 of Taiwind CSS , the autocompletion is not working as there is no tailwind.config file in the V4. if you want the autocompletion or class suggestions in V4 , you have to create tailwind.config file in the root and perform the old step as V3.4.17
|
Beta Was this translation helpful? Give feedback.
-
The extension stopped working for us after the extension updated to 1.14.12. After downgrading to 1.14.11 it inexplicably started working again. The output tab didn't say anything useful. For context we're using a monorepo, tailwind 4, no tailwind.config.js/ts needed in the project. We also use Cursor. Hopefully this helps someone struggling to find the issue. |
Beta Was this translation helpful? Give feedback.
-
How is the VSCode extension supposed to provide autocomplete in v4 given there's no more tailwind.config file.
The extension no longer works if I delete the
tailwind.config.ts
file.I want to use the css only theme config, but now I'm supposed to have the same config duplicated in the config file.
I know I can import the config in the css file, but then again how does one test the new
@theme
directive?Tailwind is 50% unusable without the autocomplete
Beta Was this translation helpful? Give feedback.
All reactions