Visual Studio .vs folder does not appear anymore

So I am using visual studio with a big web app, I remember every time I would launch it, there was a .vs folder that would contain an applicationhost.config file in which I would modify the allowedServerVariables property.

for some reason, I don't see that folder anymore... I don't know if a Visual Studio setting, or just a display property (I remember the folder was like kind of transparent)

But the one sure thing is that I haven't changed anything in the code. Is there a way that this is linked to a setting in Visual Studio?

2

1 Answer

I don't see that folder anymore...

The .vs folder is typically hidden by default. Change your File Explorer settings to view hidden files.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like