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

    Jan 16, 2025 · Clone or download the extension code to your local directory. In your local directory with the copy of the product, run command: vsce package. This way, you can …

  2. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some …

  3. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · I just had the same issue. I just installed VS Code on my Mac and it could not find the command to select the interpreter. Turns out that I was running in restricted mode! I had to …

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

  5. 403 Forbidden vs 401 Unauthorized HTTP responses

    Jul 21, 2010 · A clear explanation from Daniel Irvine [original link]: There's a problem with 401 Unauthorized, the HTTP status code for authentication errors. And that’s just it: it’s for …

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

  7. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · Visual Studio Code allows the user to customize the default settings. If you want to auto format your content while saving, add the below code snippet in the work space settings …

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

  9. visual studio code - How to search for text in all files in a directory ...

    Jul 25, 2016 · The problem is that when you have an directory open in Visual Studio Code, with dozens of subdirectories, you often want to search in a single directory. Find in files isn't at all …

  10. How can I find the product GUID of an installed MSI setup?

    Apr 29, 2015 · I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing purposes.