About 51 results
Open links in new tab
  1. How can I download .vsix files now that the Visual Studio 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 recreate a .vsix version of …

  2. <code> vs <pre> vs <samp> for inline and block code snippets

    Jan 6, 2011 · 461 Use <code> for inline code that can wrap and <pre><code> for block code that must not wrap. <samp> is for sample output, so I would avoid using it to represent sample code (which the …

  3. How to disable AI autocomplete in VS Code? - Stack Overflow

    In around July 2025, VS Code introduced some kind of AI autocomplete. I want to turn it off. All the previous options like github.copilot.enable or github.copilot.editor.enableAutoCompletions don't...

  4. html - How to use " " in HTML5 - Stack Overflow

    Oct 28, 2015 · In HTML, using &amp;nbsp; for space, I get one space in the output. If my requirement needs more spaces, say 100, then how can I make that tag efficient? Should I type &amp;nbsp; 100 …

  5. "Csc.exe" exited with code -1073741819 - Stack Overflow

    May 22, 2013 · 3 For the problem csc-exe-exited-with-code-1073741819 I repaired Visual C++ 2015 Redistributable (x86). This worked for me. repair Visual C++ 2015 Redistributable. I found about this …

  6. urlencode - What is %2C in a URL? - Stack Overflow

    May 31, 2011 · 1 In a URL, characters are changed into their ASCII values. 2C is the ASCII Code of comma (,). Hence, in URLs commas are replaced with %2C. For example, goo,gle.com will become …

  7. How to fix GitHub Copilot failure? Suddenly connecting to login …

    Aug 19, 2023 · Reason: Request signInInitiate failed with message: connect ETIMEDOUT 20.205.243.168:443, request id: 7, error code: -32603 I tried uninstalling and reinstalling the copilot …

  8. 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 shortcut? If …

  9. Changing the Git user inside Visual Studio Code

    The user for my Git commits has changed, but I am not able to change that inside of Visual Studio Code. I changed the global settings in Git, but when I want to push or sync via Visual Studio Code ...

  10. How do you display code snippets in MS Word preserving format and ...

    Dec 23, 2008 · Does anyone know a way to display code in Microsoft Word documents that preserves coloring and formatting? Preferably, the method would also be unobtrusive and easy to update. I …