question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

keyframes intellisense broken

See original GitHub issue

Describe the bug (including copyable syntax) A clear and concise description of what the bug is. If you’re planning on posting a screenshot, please paste the accompanying code here.

Everything was good, today I upgraded to 1.6.5, and I received errors for this code:

export const fadeIn = keyframes`
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
`;

I reverted back to 1 version before (published almost 1 month ago), and it was good again.

Screenshot Screenshots are alway useful! Screenshot from 2021-07-26 12-41-58 Screenshot from 2021-07-26 12-42-00

To Reproduce Steps to reproduce the issue, or JavaScript code that causes this failure.

  • Have VSCode-Insiders 1.59.0-insider
  • Install vscode-styled-components v1.6.5
  • Create a .ts file including the code snippet above

Expected behavior Explain what you expected to happen, and what is happening instead.

Build environment (please complete the following information):

  • OS: [e.g. Fedora Linux] Ubuntu 20.04
  • VSCode Version: [e.g. 1.49] 1.59.0-insider
  • Extension Version [e.g. 1.0.0] 1.6.5

Additional context Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
jasonwilliamscommented, Aug 10, 2021

Now that Typescript styled plugin is updated it should just be a case of updating to the latest version.

1reaction
jasonwilliamscommented, Jul 26, 2021

I’ve tested directly against the head of typescript-styled-plugin and it works, so it looks like an issue on their side (as their published version looks to be behind).

Raised here: https://github.com/microsoft/typescript-styled-plugin/issues/143

I’ve put out a new release (1.6.6) which disables intelliesense in keyframes until the upstream issue is fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to fix vscode intellisense for unreal project error 100% work
how to fix vscode intellisense for unreal project error 100% workin my project cpp_properties.json do not work . or other ide .
Read more >
IntelliSense broken #9999 - Visual Studio Feedback
New update, IntelliSense broken again. The same project I was in before the update comes up with 4122 errors (!) and yes, it...
Read more >
Autocomplete not working (Intellisense) : r/unrealengine - Reddit
The problem I am having is that autocomplete not working at all, and there is some errors in the code like "GEngine" is...
Read more >
Fixing Visual Studio Problems - GameDev.tv
I was having a really difficult time trying to implement the predictive text thing in Visual Studio 2019. It's called “Intellisense” apparently. I...
Read more >
at-rules not working in visual studio - Stack Overflow
@@-webkit-keyframes moveclouds { 0% {margin-left: 1000px;} 100% {margin-left: -1000px;} }. However, if you add the CSS code in the CSS file, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found