bmalehorn / vscode-print-it

Wrap a print statment around current word or selection
4 stars 3 forks source link

command 'print-it.PrintIt' not found #5

Closed mateeyow closed 2 years ago

mateeyow commented 3 years ago

I'm getting this error whenever I use it on any javascript file. Not sure how to debug or what is causing it. Using it on golang seems to work.

image
bmalehorn commented 3 years ago

@mateeyow Not sure if this is caused by this extension - does it still happen if you quit & reopen vscode?

I've seen this error on all sorts of extensions, and it's usually fixed by restarting vscode.

mateeyow commented 3 years ago

The error doesn't disappear even after I restart my VSCode nor my laptop. But when I use this plugin on another laptop it works.

bmalehorn commented 3 years ago

@mateeyow Sounds like an issue with the installation - try uninstalling & reinstalling Print It and see what happens.