About 477,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. Show whitespace characters in Visual Studio Code

    May 9, 2015 · 771 Is it possible to show whitespace characters, like the space character, in Visual Studio Code? There doesn't appear to be a setting for it (though it is one in several other code …

  3. Restore a deleted file in the Visual Studio Code Recycle Bin

    Dec 21, 2016 · Using Visual Studio Code Version 1.8.1 how do I restore a deleted file in the recycle bin?

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

  5. Install Visual Studio Code for all users - Stack Overflow

    Oct 6, 2018 · I updated to the version here where it installs it per user instead of all. How do I install for all users instead? Do I need to install for each user now?

  6. header - What causes a HTTP 302? - Stack Overflow

    Jan 26, 2016 · The browser sends back an HTTP 302 code, which means that the requested resource has temporarily moved to a different location. Along with the HTTP 302 code, the …

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

  8. How to Brute Force a wifi Password with python? - Stack Overflow

    Aug 27, 2020 · When I’m in public I want to have access to the internet, so I’ve been writing a script to find wifi passwords for a while now. I found a way like “dictionary attack” that I don’t …

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

  10. Visual Studio Code Search and Replace with Regular Expressions

    Apr 24, 2017 · I want to use "Search And Replace" in Visual Studio Code to change every instance of <h1>content</h1> to #### content within a document using a Regular …