About 470,000 results
Open links in new tab
  1. How can I manually download .vsix files now that the VS Code ...

    Jan 16, 2025 · FWIW, VS Code Marketplace has a public "extensionquery" API endpoint, where if you pass a filter, it will return the info about an extension, including VSIXPackage asset …

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

    Post VS Code 1.97, I think that thing has moved to the title bar and is visible even without the extension installed, and I believe that can be hidden using the chat.commandCenter.enabled …

  3. How should I use Outlook to send code snippets? [closed]

    Jul 20, 2009 · As a programmer at a big corporation, I frequently send Outlook emails that contain code samples. I'll actually type code directly into an email. This inevitably causes problems, as …

  4. How to change interpreter in Visual Studio Code? - Stack Overflow

    Dec 2, 2017 · When I run code with CodeRunner extension, it always run it in Python 3.x. Does anyone have similar issue and found how to change Python environment used by this …

  5. visual studio code - A JavaScript error occurred in the main …

    Jul 2, 2022 · Cannot find module 'C:\Program Files\Microsoft VS Code\resources\app\out\main' #137303. Possibly caused by antivirus. Error: Cannot find module 'C:\Program Files\Microsoft …

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

    Oct 29, 2021 · 33 I want to know if it's possible to connect my github enterprise account of my organization to vs code, and if so how? I know how to sign in with a normal github account on …

  7. Process finished with exit code -1073741819 (0xC0000005) Pycharm

    May 31, 2018 · When I tried to expand a self pointer in the IntelliJ Python debugger, my Python interpreter would crash with: Process finished with exit code -1073741819 (0xC0000005)

  8. How can I install VS Code extension manually? - Stack Overflow

    I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at the …

  9. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · 8 VS Code's terminal using a different python interpreter than the one you've selected By default, it doesn't know about your interpreter, and will initialize using the default …

  10. Automatically create file 'requirements.txt' - Stack Overflow

    Mar 19, 2019 · Sometimes I download the Python source code from GitHub and don't know how to install all the dependencies. If there isn't any requirements.txt file I have to create it by hand. …