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

    Sep 27, 2017 · VSCode keeps some backp inside AppData, other have suggested the Checkpoints as well as built-in VSCode feature Timeline Also, you can do grep search inside …

  2. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · To change the default terminal for your project in Visual Studio Code: Create a folder by name of .vscode Create a settings.json file in this folder: Write the settings you want …

  3. How can I install VS Code extension manually? - Stack Overflow

    Jun 23, 2025 · I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded …

  4. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some …

  5. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · In Vscode you can go to preferences > settings, then on the right menu click on the first icon which is JSON. Look for "python.pythonPath" and "python.defaultInterpreterPath" and …

  6. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · The .vscode folder has JSON objects that content properties such "setting.json", in which one declare the interpreter to use at that the ".vscode" level (refer to What is a …

  7. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · For all those struggling to get the formatting work even after trying the valid combinations in Visual Studio Code, don't forget to select the appropriate programming …

  8. Which free AI coding assistant do you suggest on VSCode? : r

    Dec 26, 2023 · Which free AI coding assistant do you suggest on VSCode? I've tried TabNine but has this sin of refactoring my code even when I ask only to suggest a documentation for it. Yet …

  9. VS Code Remote SSH Connection not working - Stack Overflow

    Sep 23, 2020 · Im trying to setup vscode with the remote developement extensions on a second pc. While it works on my main one it doesnt on the second one. Tried reinstalling vscode, …

  10. Change the number of lines shown in Visual Studio Code's built-in ...

    May 31, 2019 · Search for terminal.integrated.scrollback Update 1000 to something bigger like 1000000 (see warning below) Warning: After a year I noticed that resizing the left panel width …