About 597,000 results
Open links in new tab
  1. How can I see local history changes in Visual Studio Code?

    Some details may need to be configured because the Visual Studio Code search gets confused sometimes because of additional folders created by this type of plugins. To fix this, you can: …

  2. Where does VS Code store the data for its Local History feature?

    Jun 14, 2022 · VS Code just introduced a new local history feature built into the application. However I cannot find where the older version of files I worked on are stored on my computer …

  3. Visual Studio Code - how to view previous searches?

    I came from Sublime to Visual Studio Code and I'm looking for the history of searches in the Visual Code , what was in the Sublime with - Ctrl+Shift+F. and then just press ↕ to navigate …

  4. How can I view the Git history in Visual Studio Code?

    There's another comfortable way to navigate the commit history for a file in Visual Studio Code by using the Gitlens extension. That provides two functionalities, "File history" and "Line history", …

  5. Visual Studio Code - Where is the terminal history saved?

    Dec 7, 2019 · Where is the terminal history saved on the drive? Is it possible to open a file in notepad (or notepad++) and investigate the complete history, delete it? I'm using Windows 10, …

  6. How to enable timeline view in VS code? - Stack Overflow

    Sep 5, 2020 · Timeline view has come recently for VS code updates and show history of the file changes but i accidentally click hide or some place and it got hidden. How to bring that back? …

  7. How to clear terminal command history in VS code?

    Nov 23, 2018 · In VS Code Powershell Terminal, you can simply press up and down arrow keys to navigate through the history of commands entered, even after a restart. However, when …

  8. How to see history of files in VS code IDE? - Stack Overflow

    Feb 13, 2020 · How can I see local history changes in Visual Studio Code? 2. VsCode SVN show History. 9.

  9. autosave - VS Code auto-save file history / undo - Stack Overflow

    Jun 3, 2020 · Use the Local History extention. A visual source code plugin for maintaining local history of files. Every time you modify a file, a copy of the old contents is kept in the local …

  10. How to see file history, stashes etc. on source control panel in VS …

    Apr 19, 2022 · I would like to see file history, stashes etc. on my source control panel like below image. How is it possible? By the way, my system is Mac OS Currently I see only Changes …