Closed jasonwilliams closed 11 months ago
I'm looking into a bug and found that the e2e tests work for me, perhaps worth trying again now?
Yes I fixed it the other day so it’s fine now, this can be closed. Out of interest what big are you looking into?
@jasonwilliams this bug here: https://github.com/styled-components/vscode-styled-components/issues/440
I'll raise an issue here with a failing test case
edit: raised: #21
Hey @mjbvz it looks like e2e tests now fail since either the TypeScript update or VSCode update. https://github.com/styled-components/typescript-styled-plugin/actions/runs/4601280928/jobs/8128959986#step:7:12
I reverted both TypeScript and typescript-template-language-service-decorator and it still fails, so it maybe an update in vscode itself.
I don't think this test suite has changed since you last wrote it Do you know what this could be?
Example of a real request/response using current version The below is adding
background-color:
and hitting ctrl + enter with"typescript.tsserver.log": "verbose"
enabled in the settings.We can see that its working fine, when ran for real.
However, looking at the e2e test, we see a different story.
There's been no changes made to these tests since its been forked, so I guess something upstream has caused these to stop working.