Stop visual studio from automatically create vs folder

Issue

This Content is from Stack Overflow. Question asked by xakepp35

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?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?