About 15,300,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 with Anaconda, …

  2. vs code: Error while fetching extensions. Failed to fetch

    Sep 16, 2024 · Problems starts when I update vs code, when I open vsc after upd .NET extensions show me errors in panel in bottom, and my font not work anymore. For first I try to disable and …

  3. visual studio code - How to search for text in all files in a directory ...

    757 Is there a way to search for text in all files in a directory using VS Code? I.e., if I type find this in my search, it will search through all the files in the current directory and return the files that matched.

  4. How to disable AI autocomplete in VS Code? - Stack Overflow

    In around July 2025, VS Code introduced some kind of AI autocomplete. I want to turn it off. All the previous options like github.copilot.enable or github.copilot.editor.enableAutoCompletions don't...

  5. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · 5 Go to the Visual Studio Code preferences, and under interpreter, you'll find Interpreter Path, so set that to the path of your Python installation, restart Visual Studio Code, and you should …

  6. How to indent/format a selection of code in Visual Studio Code?

    279 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when selecting …

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

    Jun 24, 2024 · 0 I had to do the following and it worked: Re-install Python from VS Code Extensions. Disable and Re-Enable the Extension one more time. Restarting my PC.

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

    103 Official Documentation You can disable the built-in AI features in VS Code with the chat.disableAIFeatures setting, similar to how you configure other features in VS Code. This disables …

  9. Find a file by name in Visual Studio Code - Stack Overflow

    Sep 18, 2015 · How can I find a file by name (or path) in Visual Studio Code? A Visual Studio shortcut I'm used to is CTRL+,, but it does not work here.

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

    Dec 2, 2017 · I am trying to prepare my work environment to allow easily switch between code written in both Python version. It is really important to have as much flexible setting in Visual Studio Code …