vscode.printcode icon indicating copy to clipboard operation
vscode.printcode copied to clipboard

Issues with configuration

Open darewreck54 opened this issue 7 years ago • 2 comments

I added this to my user settings:

"printcode.fontSize": 10, "printcode.lineNumbers": "off"

and the lineNumber still appear when i try to print.

Any idea what I could be doing wrong?

Thanks!

darewreck54 avatar Oct 17 '18 07:10 darewreck54

I just changed to "printcode.fontSize": 6. I had to restart VS code for the change to take effect.

hpbrew avatar Oct 19 '18 16:10 hpbrew

The easiest way to get new settings in use is Reload Window command: https://stackoverflow.com/questions/42002852/how-to-restart-vscode-after-editing-extensions-config

janilahti avatar Oct 21 '18 14:10 janilahti