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

  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. VSCode: How to run a command after each terminal open?

    My development environment is VSCode, and I open a dozen new terminals each day. After each terminal open, I have to manually run this command. Is there is a way to run this command on the …

  4. Create Enterprise AI Agents with Azure AI Foundry VSCode Extension

    Apr 4, 2025 · Now Microsoft has released Azure AI Foundry for Visual Studio Code Extension, which allows enterprise developers to quickly create, debug, and maintain enterprise-grade AI Agents …

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

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

  6. How to manage more than one git repository in VS Code

    Mar 25, 2017 · As already said by wgj, VScode assumes that GIT repo is in same directory level as workspace root. Although there is no way to change this currently, one potentially helpful …

  7. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · I'm trying to install new python modules on my computer and I know how to install through the terminal, but I wish to know if there is a way to install a new module directly through …

  8. out of memory - VScode crashed (reason: 'oom', code: '-536870904 ...

    Mar 25, 2022 · VScode crashed (reason: 'oom', code: '-536870904') Asked 3 years, 3 months ago Modified 8 months ago Viewed 70k times

  9. Show whitespace characters in Visual Studio Code

    May 9, 2015 · To show whitespace characters in VSCode >1.85, you can do View -> Appearance -> Render Whitespace. You may have to turn it off and back on to get it to start working.

  10. How can I see local history changes in Visual Studio Code?

    Sep 27, 2017 · VSCode keeps some backp inside AppData, other have suggested the Checkpoints as well as built-in VSCode feature Timeline Also, you can do grep search inside …