RTVS
RTVS copied to clipboard
Add a global filter option for files uploaded to remote R service
From my solution explore I selected Send to Remote
for the entire project. The file transfers skipped any .
prefixed files and skip any files without an extension.
In my case I was sending an R package to the remote service. The NAMESPACE
and DESCRIPTION
files were no transferred through recursion and I had to manually transfer those files.
I am using VS 2017 (15.4.1) and rtvsd 1.2.?.
There is a filter in the project properties that limits the types of files that get sent. This applies to F5 and Sent to remote on project or folder. However, as you discovered, you can force and send any file by manually selecting it.
If you change the pattern to just
*
that should send all files in the project directory.
Thanks! Is there a global setting so all new projects follow my preferred pattern?
No, we currently don't have a option to set this globally.