vscode-wrap-console-log icon indicating copy to clipboard operation
vscode-wrap-console-log copied to clipboard

Wrap using prefix from input not respecting format set for wrap with prefix

Open CubeRanch opened this issue 6 years ago • 0 comments

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

CubeRanch avatar Jul 08 '19 18:07 CubeRanch