About 9,340,000 results
Open links in new tab
  1. 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 …

  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. Use VSCode REST Client Extension to Call REST APIs From the IDE

    Feb 9, 2022 ·   Developers use a lot of URLs: your app’s URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment....

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

  5. How to shift a block of code left/right by one space in VSCode?

    Dec 20, 2017 · In VSCode, I can use alt-up and alt-down to move a line or block up or down, but I can't find a command to increase or decrease indent by one space. I can indent/outdent by …

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

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

  9. Neovim vs VSCode Neovim - what are the tradeoffs? : r/neovim

    May 17, 2023 · Neovim vs VSCode Neovim - what are the tradeoffs? I've coded casually for the past 4 years but spent the last 8 months actively practicing to get a job (have one now). I felt …

  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 …