About 795,000 results
Open links in new tab
  1. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

  2. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · Python Interpreter Not Found on VS Code Asked 5 years, 4 months ago Modified 1 month ago Viewed 94k times

  3. How can I disable GitHub Copilot in VS Code? - Stack Overflow

    General disablement of VS Code extensions To disable an extension, go to the extensions view. You can do that under the "View" menu at the top left, or click the icon at the left bar, or use …

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

    Feb 3, 2017 · 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 …

  5. How to change interpreter in Visual Studio Code? - Stack Overflow

    Dec 2, 2017 · Seems that it is needed to manually change the PATH variable. Re-installation of interpreter may not change it, even if user is sets this in installation setup. After manual PATH …

  6. How to automatically approve/continue GitHub Copilot terminal …

    Jul 31, 2025 · When using GitHub Copilot in VS Code through the Chat tab, it frequently suggests running terminal commands and asks for iteration permissions. Each time it wants to execute …

  7. vs code not opening up in windows - Stack Overflow

    May 10, 2020 · VS Code desktop versions starting with 1.71 (August 2022) will no longer run on Windows 7 and you will need to upgrade to a newer Windows version to use later versions of …

  8. git - How to remove branches already deleted on GitHub that still …

    In VS Code, after I do a pull request and delete the branch on GitHub, that branch still shows up in Visual Studio Code. If I select the branch, it gives an Error, as expected. How do I remove …

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

    Sep 23, 2020 · Kill and uninstall the VS Code Server on your remote host. This is done via Strg + Shift + P, then selecting "Remote-SSH: Kill VS Code Server on Host", " Uninstall VS Code …

  10. git - VS Code Commit Undo - Stack Overflow

    Apr 30, 2018 · VS Code "Undo Last Commit" simply runs git reset HEAD~. These actions are in the output if you open up the "GIT" tab. The solution however can be found by looking at what …