About 50 results
Open links in new tab
  1. 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...

  2. What are the differences between Visual Studio Code and Visual Studio ...

    May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

  3. 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 a …

  4. 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.

  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. visual studio code - How to search for text in all files in a directory ...

    760 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.

  7. How to sign out github account in vs code - Stack Overflow

    Dec 15, 2020 · In VS code, I am signed in with a github account in which I have no longer my access. So I need to completely unlink the github account from vs code. How can I do that? I am using ubuntu.

  8. python - Why do I get a "ModuleNotFoundError" in VS Code despite …

    Jun 19, 2019 · 55 sudo pip install is most likely installing globally into a Python interpreter that is different than the one that you have selected in VS Code.

  9. VS Code terminated upon launch with code: -2147483645

    Jun 6, 2023 · VS Code terminated upon launch with code: -2147483645 Ask Question Asked 2 years, 9 months ago Modified 8 months ago

  10. How can I globally set the PATH environment variable in VS Code ...

    VS Code's environment (the environment variables it has) will be its environment as it was given when it was created (see also Changing environment variable of a running process.