pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
142 stars 32 forks source link

Nefarious extension or just poor coding? #124

Closed fmp777 closed 1 year ago

fmp777 commented 2 years ago

This extension seems to be doing more than it says. There's no excuse for the cpu cycles it takes, and nonstop even while vscode is idle. On remote servers it was singlehandedly bringing down average resource servers. I've had to remove it, kill the 9 processes it had going, and delete all the files from vscode-server, because even after uninstalling via vscode, AND killing the processes, it started itself back up somehow. SEEMS nefarious, and if its not, just very poorly programmed.

In any case, NOT worth its own overhead in its current condition, at least in my experience.

pranaygp commented 2 years ago

Definitely poor coding (I built this in my second year of my CS degree). It's not nefarious (feel free to inspect the code)

I'm happy to accept new maintainers given my current lack of time to keep this upto date