← Back to context

Comment by rrr_oh_man

4 hours ago

LOL. TIL you can’t print from VSCode.

printing has never really been a thing from text editors I think.

Used to be that printing a text file was just `cat myfile.txt > /dev/lp0` .

It has been a while since I printed a plain text file, but I guess there's still a similar command available with some research.