About 8,650,000 results
Open links in new tab
  1. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · In particular, if you have a portable VSCode installation, you will find data/extension in the VSCode installation directory, a sibling directory to bin. Inside …

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

    2 Why everyone makes it so hard to disable the co-pilot in VSCode.. Just press the co-pilot icon where I mark with arrow 1, and then will pop-up "GitHub Copilot Menu", and where the arrow …

  3. Should I use VS code or Vim as Git's default editor : r/vscode

    I'm new to mobile app programming and want to install Flutter in VS code, but first I have to install GIT, and I'm setting it up right now but I'm not sure if I should use VS code or Vim as Git's …

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

    Jun 24, 2024 · Have you tried reinstalling VSCode and re-enabling your python extension (e.g. ms-python.python) inside VSCode?

  5. Visual Studio Code does not detect Virtual Environments

    Mar 30, 2021 · Type vscode in the file finder and remove all folders and files related to Visual Studio Code. Finally, install Visual Studio Code and enjoy the virtual environments.

  6. VSCode isn't Recognizing Python Modules? : r/vscode - Reddit

    Jul 6, 2023 · I think the issue is the path they're getting installed in is not where VSCode is looking, but I've been unable to find a way to resolve it. Either that, or pip install is using a …

  7. Where is the .vscode folder located? - Stack Overflow

    Sep 3, 2024 · This question is similar to: what is .vscode folder? and why did it automatically created when I run live server?. If you believe it’s different, please edit the question, make it …

  8. ¿Cómo comentar las líneas seleccionadas en VSCode?

    Apr 23, 2017 · Me gustaría saber cómo comentar las líneas seleccionadas en VSCode y si es posible cómo cambiar el atajo de teclado.

  9. virtualenv - Jupyter notebooks in Visual Studio Code does not use …

    When using python files in vscode, you would get a select interpreter option usually in the bottom right navbar. First select your local environment from there, this would allow vscode to formally …

  10. Is there any way to set environment variables in Visual Studio Code?

    Feb 3, 2018 · VSCode creates an empty shell to execute the commands. And it WON'T use the profile/settings of the current user for shell initialization. That's why our user environment …