About 452,000 results
Open links in new tab
  1. What is the difference between a directory and a folder?

    Jul 16, 2021 · Check "The folder metaphor" section at Wikipedia. It states: There is a difference between a directory, which is a file system concept, and the graphical user interface metaphor …

  2. Visual Studio - Deleting .vs folder - Stack Overflow

    Apr 1, 2018 · A VS developer have explained the purpose of the .vs folder (link): The .vs folder is required by VS to store opened documents, breakpoints, and other information about state of …

  3. windows - Gitignore won't ignore .vs folder - Stack Overflow

    Mar 28, 2018 · Thus, the line in .gitignore: /.vs didn't do anything until I deleted the directory and checked in the changes (similar to what TPoschel is saying above, but with the difference that …

  4. What is the .vs folder used for in Visual Studio solutions?

    Feb 21, 2018 · Usually, .vs folder is required by Visual Studio to store opened documents, breakpoints, and other information about state of your solution. which means It contains typical …

  5. What is a 'workspace' in Visual Studio Code? - Stack Overflow

    I'm with you guys. I'm unclear of the difference between a normal folder structure and then a workspace. I've made a workspace with VS Code but don't see any difference except a …

  6. Open folder in VS Code from Windows Explorer - Stack Overflow

    Oct 21, 2020 · 68 While installing the VS Code, we get an option to tick for Open with Code. I gave the tick mark for only files but not for folders. So how to turn it on after installation? When …

  7. c# - Why is .vs folder so huge? - Stack Overflow

    Sep 3, 2022 · The config file saves the applicationhost.config file, which is actually the configuration file of IIS Express. The other is named according to the name of the current …

  8. VS Code - Add a new file under the selected working directory

    Sep 20, 2016 · I'm trying to get a shortcut to add a new file under my current working folder. So I navigate to the explorer using Cmd+Shift+e and when I get to the folder I want to create a new …

  9. Add existing folder(s) to project in Visual Studio - Stack Overflow

    Is there a way to add existing folders to a Visual Studio project so that I do not have to do this file by file? To make it clear: I want to add references not copies.

  10. View file structure in VS Code - Stack Overflow

    Sep 22, 2024 · 74 One of the features I use frequently in PHPStorm is the Structure window, which shows me my file structure broken down into functions, classes, variables, etc . I'm …