Stop visual studio from automatically create vs folder

Viewed 5

I am stoting files on a ssd drive and want to stop visual studio to waste write cycles. Only want to allow malicious process to write, when i am pressiong ctrl+s, so software remains under my control. that's obvious.

I have large amount of ram and cpu cores. I've heard that .vs is some kind of cache, which if deleted is readily created again. I want to block visual studio from unauthorized access my filesystem. How can i make force it to create .vs db cache inside ram, and not writing it to any disks ever, for any solution/project in future?

0 Answers
Related