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

    Nov 2, 2022 · For some upgrading to the current jupyter extension may still not work I had to find the correct combination of vscode and jupyter extensions. I am on older mac OSX 10.13 …

  2. installation - How do I install vscode-server offline on a server for ...

    In previous versions, it was sufficient to install the remote-ssh extension and then download the vscode-server-linux-x64.tar.gz file, extract it, and copy it to the server directory ~/.vscode-serv...

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

    Sep 3, 2024 · The .vscode folder is usually a hidden directory located in the root of your project folder. The .vscode folder typically appears in one of the following places: In the root of your …

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

  5. Why does Prettier not format code in VS Code? - Stack Overflow

    Oct 1, 2018 · 13 How to format your code through VScode's ESlint plugin Alright, rather than giving a guide on how to use VScode's Prettier extension, I'd rather explain how to rely on …

  6. How to open Visual Studio Code's 'settings.json' file

    Aug 9, 2023 · I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable JSON file) instead. How can I …

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

  8. VSCode: Why isn't debugger stopping at breakpoints?

    Jun 27, 2019 · VSCode: Why isn't debugger stopping at breakpoints? Asked 6 years, 4 months ago Modified 1 year, 6 months ago Viewed 115k times

  9. 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 …

  10. How can I put Copilot chat back in the main sidebar

    Nov 6, 2024 · In VSCode, Copilot now appears in the second sidebar on the right. How can I move the Copilot chat back to the main sidebar on the left? I checked the settings but couldn't …