vscode-wrap-console-log
vscode-wrap-console-log copied to clipboard
Wrap using prefix from input not respecting format set for wrap with prefix
Hi,
I customized the format for Wrap-console-log › Format › Wrap: Prefix String in settings (just added some spaces and an ending semi-colon). When I used the functionality that expected an input rather than the preset prefix, I realized that the resulting console.log wasn't respecting my custom formatting. I would like it to.
Here's what my format looks like: "wrap-console-log.format.wrap.prefixString": "$func( '$var: ', $var );"
Cheers