RTVS icon indicating copy to clipboard operation
RTVS copied to clipboard

Add a global filter option for files uploaded to remote R service

Open Neil-Schneider opened this issue 7 years ago • 3 comments

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.?.

Neil-Schneider avatar Oct 20 '17 15:10 Neil-Schneider

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. image If you change the pattern to just * that should send all files in the project directory.

karthiknadig avatar Oct 23 '17 17:10 karthiknadig

Thanks! Is there a global setting so all new projects follow my preferred pattern?

Neil-Schneider avatar Oct 23 '17 20:10 Neil-Schneider

No, we currently don't have a option to set this globally.

karthiknadig avatar Oct 23 '17 20:10 karthiknadig