About 516,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 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 …

  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. Configuring task.json and launch.json for C in vs code

    Apr 19, 2022 · Configuring task.json and launch.json for C in vs code Asked 3 years, 3 months ago Modified 2 months ago Viewed 58k times

  5. git - How to modify GitHub pull request? - Stack Overflow

    I've opened a pull request to a project. The maintainer has decided to accept it, but told me to modify some contents. How can I do it? Whether I should keep the commit hash unchanged, …

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

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

  8. The VSCode `code .` command is not working in the …

    I get this error: code . is not recognised as an external or internal command, operable program or batch file Morevoer, shell commands are not coming in my compiler VS code neither do setx …

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

    Feb 3, 2017 · 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 …

  10. Is there a shortcut to comment multiple lines in python using VS …

    Sep 26, 2022 · Instead of indivually typing out a hash tag in front of each line, is there a way to select a block of code and comment/uncomment everything by only pressing a couple shortcut …