vscode-styled-components icon indicating copy to clipboard operation
vscode-styled-components copied to clipboard

Autocompletion does not work when using yarn sdk typescript package in projecty

Open terragady opened this issue 1 year ago • 4 comments

Describe the bug (including copyable syntax) When using sdk typescript from yarn sdks the autocompletion does not work and when I switch to VScodes version it works. I need to use workspace typescript version as our packages are cached locally and with vscodes version vscode is complaining about packages: image Is it fixeable or I need to live with it?

Screenshot
image image

Expected behavior
autocompletion works

Build environment (please complete the following information):

  • OS: MacOs

terragady avatar Jun 01 '23 13:06 terragady

It hasn't worked for me for a couple of weeks either (MacOS, VSCode 1.78.2).

pkolt avatar Jun 06 '23 06:06 pkolt

You will need to provide some test case instructions on how someone can reproduce this. A basic repo with minimal steps is usually the fastest way to get this looked at.

Or you can have a good at looking into this yourself if you have time: https://github.com/styled-components/vscode-styled-components/blob/main/CONTRIBUTING.md

jasonwilliams avatar Jun 07 '23 19:06 jasonwilliams

same

SohelIslamImran avatar Jun 15 '23 20:06 SohelIslamImran

note Please see this issue I had the same issue and it was resolved by removing the pnp.cjs file which was in my macbook home directory and not my working directory. 👍

yunwoo-yu avatar Nov 22 '23 02:11 yunwoo-yu