We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vue - Official
1.96.2
3.5.13
TS 5.7.2
[Error - 3:13:32 PM] Request workspace/symbol failed. Message: Request workspace/symbol failed with message: Cannot read properties of undefined (reading 'uri') Code: -32603 [Error - 3:13:58 PM] Request workspace/symbol failed. Message: Request workspace/symbol failed with message: Cannot read properties of undefined (reading 'uri') Code: -32603 [Error - 3:14:08 PM] Request workspace/symbol failed. Message: Request workspace/symbol failed with message: Cannot read properties of undefined (reading 'uri') Code: -32603 [Error - 3:14:11 PM] Request workspace/symbol failed. Message: Request workspace/symbol failed with message: Cannot read properties of undefined (reading 'uri') Code: -32603 [Error - 3:14:36 PM] Request workspace/symbol failed. Message: Request workspace/symbol failed with message: Cannot read properties of undefined (reading 'uri') Code: -32603
"dependencies": { "@tailwindcss/vite": "^4.1.4", "nuxt": "^3.16.2", "tailwindcss": "^4.1.4", "vue": "^3.5.13", "vue-router": "^4.5.0" }, "devDependencies": { "daisyui": "^5.0.27" }
npm create nuxt npm install -d tailwindcss @tailwindcss/vite daisyui
import tailwindcss from "@tailwindcss/vite"; export default defineNuxtConfig({ compatibilityDate: '2024-11-01', devtools: { enabled: true }, vite: { plugins: [tailwindcss()], }, css: ["~/assets/app.css"], });
@import "tailwindcss"; @plugin "daisyui";
no errors
In Cursor, I constantly getting these error/warnings
No response
The text was updated successfully, but these errors were encountered:
Please provide a minimal reproducion.
Sorry, something went wrong.
No branches or pull requests
Vue - Official extension or vue-tsc version
Vue - Official
VSCode version
1.96.2
Vue version
3.5.13
TypeScript version
TS 5.7.2
System Info
package.json dependencies
Steps to reproduce
Nuxt UI
npm create nuxt
npm install -d tailwindcss @tailwindcss/vite daisyui
nuxt.config.ts
import tailwindcss from "@tailwindcss/vite";
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
vite: {
plugins: [tailwindcss()],
},
css: ["~/assets/app.css"],
});
assets/app.css
@import "tailwindcss";
@plugin "daisyui";
What is expected?
no errors
What is actually happening?
In Cursor, I constantly getting these error/warnings
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: