Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

[Feature request] - Customize the end message #144

Closed MariuzM closed 1 year ago

MariuzM commented 3 years ago

Could the end message be customized?

For example from console.log("🚀 ~ authAPI", authAPI);

To: console.log("🚀 ~ authAPI -", authAPI);

For me i just want to add - to the end of the message.

alexvrv commented 1 year ago

I would really love this feature. I was actually looking for it but I guess is not implemented yet...

StereoKiss commented 1 year ago

i implemented it. You can see it here, but it isnt pullt: https://github.com/Chakroun-Anas/turbo-console-log/pull/186 @alexvrv @MariuzM

farhadh commented 1 year ago

I have PR #190 for this by which you can also set the variable in the extension's settings. Also, I have fixed the variable's line number.

@StereoKiss I'm afraid you have put the delimiter outside of the quotation mark.

StereoKiss commented 1 year ago

i cant resolve it. Can you do it?

farhadh commented 1 year ago

@StereoKiss yes, it's done in #190 :)