-
Hi! Sorry as I'm sure this has been asked before but I cannot find it anywhere :( Thanks in advance for any pointers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hum, this is not how remote development over SSH via VSCode works (or any system actually). You can do the other way around, do everything locally, then connect over SSH and upload (drag and drop) the rendered file. Edit: far as I can tell, the |
Beta Was this translation helpful? Give feedback.
Hum, this is not how remote development over SSH via VSCode works (or any system actually).
You can render the document or whatever really, then in the sidebar, explorer tab, click right for the contextual menu and then press the download menu to download locally the rendered document.
You can do the other way around, do everything locally, then connect over SSH and upload (drag and drop) the rendered file.
Edit: far as I can tell, the
quarto publish
command can't be used with custom ssh/sftp/etc. servers/protocols, thus afterquarto render
, you need to implement the upload to the server part yourself using whatever file transfer protocol suited for your server.