Skip to content

Not printing over VNC #262

Closed Answered by PeterWone
LKGUK asked this question in Q&A
Discussion options

You must be logged in to vote

When you use desktop remoting software like VNC or RDP, the browser used to print will be on the remote desktop because that's where VS Code is running, and this produces exactly the behaviour you describe.

The solution you came up with will certainly work but here's how I set up when I have Windows workstation and I want to work on a Pi. In particular, the code, the debugging and the executable are on the Pi.

  1. Install the Remote SSH extension on your workstation.
  2. Set up your Pi and your workstation for SSH using a key rather than interactive username/password.
  3. Using VS Code on your workstation, connect to the remote host and open a remote workspace.

This setup will make VS Code more res…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PeterWone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #260 on August 02, 2023 22:18.