keyframes intellisense broken
See original GitHub issueDescribe 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!
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:
- Created 2 years ago
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now that Typescript styled plugin is updated it should just be a case of updating to the latest version.
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