Recommended place to store code files when using VS Code, OneDrive?

David Sprague 0 Reputation points
2023-12-23T14:24:42.84+00:00

Long time user of windows and also of VS Code but I'm wondering what the recommended method is for storing code files on a Windows computer. If I store code files somewhere under the Documents folder then it gets backed up to OneDrive but that has issues when you want to access that code form difference computers. Python virtual environments don't seem to share properly across computers via OneDrive.

So, is the recommended method to store code files locally in a directory that won't get backed up to OneDrive and then use github to work on and synchronize coding project on different machines?

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
846 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2023-12-23T14:24:42.8433333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The recommended method for storing code files when using VS Code and OneDrive is to store the files locally in a directory that won't get backed up to OneDrive. This will allow you to access the code from different computers without any issues. GitHub is a good option for working on and synchronizing coding projects on different machines.


    References: