About 9,480,000 results
Open links in new tab
  1. Where is the .vscode folder located? - Stack Overflow

    Sep 3, 2024 · The .vscode folder typically appears in one of the following places: In the root of your project directory (e.g., C:\Users<YourUsername>\Documents\MyProject.vscode). It might …

  2. VSCode: How do I find what my workspace folder is

    Aug 6, 2019 · With VSCode 1.52, see: issue 84162: "Get the workspace folder of the current file "issue 108907: "Multi root workspace - Variable for the current file's workspace directory" …

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

    Sep 14, 2022 · 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 …

  4. How to switch text case in visual studio code - Stack Overflow

    May 18, 2015 · With the November 2016 (release notes) update of VSCode, there is built-in support for converting to upper case and lower case via the commands …

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

    Aug 1, 2019 · On the vscode terminal type in python and goto the python prompt. At python prompt: import pip. pip.main(['install', "pandas"]) #this will install pandas in the current …

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

    Apr 4, 2025 · Figure – Add AI Agents in Azure AI Foundry VSCode Extensions . Select the local save location of the YAML file corresponding to AI Agents in Azure AI Foundry (you can …

  7. Step-by-Step: How to Setup Copilot Chat in VS Code

    Jun 22, 2023 · I received a notification in VS Code extensions panel yesterday, notifying me that the GitHub Copilot Nightly extension is deprecated, and that we should use GitHub Copilot pre …

  8. How can I debug a python code in a virtual environment using …

    Jan 2, 2019 · Becuase vscode debug button opens new cmd and run the debugging command in it, I stopped debugging and typed activate my_envin that cmd and tried to debug again, but …

  9. How to connect my GitHub Enterprise Account with Visual Studio …

    Oct 29, 2021 · Here's what worked for me on vs code 1.62.3. Clone the GitHub Enterprise repo outside of vs code (ie, using git cli in a terminal or GitHub Desktop).

  10. restore previous version of a saved file in vscode

    Mar 2, 2022 · Because of that continues crash, I installed/uninstalled VScode 2-3 times, even installed VS-insiders BUT I saved the PREVIOUS data files like .vscode folder in …