Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

change the ` ~ line 17` part to `:17: so it can be accessed #184

Closed rattkin closed 1 year ago

rattkin commented 1 year ago

Please change the line format from

🚀 ~ file: foo.tsx ~ line 170

to something VSCode recognizes and can go to directly, like:

🚀 ~ file: foo.tsx:170

this string can be copied to clipboard and put into ctrl+g dialog

rattkin commented 1 year ago

ok so it's done allready https://github.com/Chakroun-Anas/turbo-console-log/pull/140

Does it need more work?

Chakroun-Anas commented 1 year ago

Integrated in version 2.6.1, can you check and confirm please @rattkin ? Thx

rattkin commented 1 year ago

works, thank you!