microsoft / RTVS

R Tools for Visual Studio.
MIT License
388 stars 118 forks source link

Solution subfolders not visible when solution is stored on Organization's OneDrive #4341

Open mkoohafkan opened 5 years ago

mkoohafkan commented 5 years ago

I submitted this error through Visual Studio's reporting button, but I am not sure if this is an RTVS issue or a general VS issue.

I have a VS Solution with an R project that I am storing on my organization's OneDrive folder. The OneDrive folder has the label "OneDrive- organization name" with spaces and hyphen. My Solution has subfolders, but they do not show in the tree when the Solution folder is on the OneDrive folder. If I copy the solution to a folder on my local hard drive (with or without spaces, hyphens, etc.) the subfolders are visible in the solution tree.

mkoohafkan commented 5 years ago

Link to accompanying VS general issue: https://developercommunity.visualstudio.com/content/problem/355537/subfolders-of-a-solution-on-organizations-onedrive.html

MikhailArkhipov commented 5 years ago

VS generally does not support network shares very well. OneDrive probably even more complicated.

hongooi73 commented 5 years ago

I've been using the OneDrive folder from the start, without any problems. How are you opening your projects -- by opening the .sln file? Instead of that, try opening the .rproj file.