tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.74k stars 181 forks source link

Extension issue #997

Closed BilalHamza7 closed 6 days ago

BilalHamza7 commented 6 days ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:```json { "messages": [], "activationTimes": { "codeLoadingTime": 45, "activateCallTime": 0, "activateResolvedTime": 62, "activationReason": { "startup": false, "extensionId": { "value": "bradlc.vscode-tailwindcss", "_lower": "bradlc.vscode-tailwindcss" }, "activationEvent": "onStartupFinished" } }, "runtimeErrors": [ { "name": "Error", "message": "Pending response rejected since connection got disposed" }, { "name": "Error", "message": "Client is not running and can't be stopped. It's current state is: starting" }, { "name": "Error", "message": "Client is not running and can't be stopped. It's current state is: starting" }, { "name": "Error", "message": "Pending response rejected since connection got disposed" }, { "name": "Error", "message": "Client is not running and can't be stopped. It's current state is: starting" }, { "name": "Error", "message": "Client is not running and can't be stopped. It's current state is: starting" } ], "runningLocation": { "affinity": 0, "kind": 1 } }

adamwathan commented 6 days ago

Hey! Sorry we can’t do anything with this — when you open an issue please make the effort to actually describe your issue in written words and explain the problem and expected behavior. We aren’t able to try and reverse engineer what problem you are trying to report from copy and pasted log data like this.

thecrypticace commented 6 days ago

I've merged the fix for this and will push out a release today. We were using an API that does not work in older versions of VSCode — v1.71 is from August 2022. I'd suggest updating VSCode though if possible 👍

BilalHamza7 commented 6 days ago

Hey! Sorry we can’t do anything with this — when you open an issue please make the effort to actually describe your issue in written words and explain the problem and expected behavior. We aren’t able to try and reverse engineer what problem you are trying to report from copy and pasted log data like this.

Hey Adam, I am very sorry that I didn't provide you with any info on the issue. I was redirected here from vs code, and this section was new to me so I just did what it said me to do. I'll make sure this doesn't happen again. Thank you!

BilalHamza7 commented 6 days ago

I've merged the fix for this and will push out a release today. We were using an API that does not work in older versions of VSCode — v1.71 is from August 2022. I'd suggest updating VSCode though if possible 👍

That's very helpful, and I'll look into it. Thank You!