You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is nice to provide a prefix/postfix when debugging. For example if you want to write your console.logs like console.log('DEBUG - variableName: ', variableName') it is easier to do global searches for DEBUG and come across all of the debugg console.logs that you have added.
It would be awesome if this extension provided a way config to allow prefixing/postfixing
The text was updated successfully, but these errors were encountered:
Sometimes it is nice to provide a prefix/postfix when debugging. For example if you want to write your
console.log
s likeconsole.log('DEBUG - variableName: ', variableName')
it is easier to do global searches forDEBUG
and come across all of the debuggconsole.log
s that you have added.It would be awesome if this extension provided a way config to allow prefixing/postfixing
The text was updated successfully, but these errors were encountered: