Chakroun-Anas / turbo-console-log

588 stars 140 forks source link

Comment, Uncomment, and delete commands are not working. #203

Closed ghost closed 1 year ago

ghost commented 1 year ago

Currently I am facing an issue while I tried to delete. I am using Ubuntu 22.04.2. I changed the keybinding for my vscode. I tried deleting before, but now it's not working at all. I only changed my keybinding for display log command. Not for other commands.

e1uone commented 1 year ago

Noticed the same issue

sb-pramod92 commented 1 year ago

Yes, I am facing the same issue. @Chakroun-Anas , please could you look into this issue?

Thanks & regards Pramod Tolani

GPSTEP commented 1 year ago

I am facing the same issue

caicai1998 commented 1 year ago

I also have this problem

NikolaKrstic94 commented 1 year ago

It's not working for me either. I'm on Windows with latest VSCode 1.76.2

Chakroun-Anas commented 1 year ago

Hello guys,

Sorry for the inconvenience, i just pushed a new version that deals with this v2.7.2, you should be able now to comment, uncomment and delete all the log messages inserted by the extension using console.log as the debugging function, a new version is coming soon to match the fact that the debugging function can be customised to any other debugging function with the ability to make these commands works too.

Would you please test the new version and give me your feedback? Thx.

NB: The extension uses the prefix and the delimiter properties to detect the log messages to comment, uncomment or delete (only console.log function is handled for now).

sb-pramod92 commented 1 year ago

Hi @Chakroun-Anas , It's working now.

Thanks for your time.

Regards Pramod Tolani