About 452,000 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. 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...

  3. Process finished with exit code -1073741571 - Stack Overflow

    Dec 17, 2013 · Either I still get the exception, or else the program just halts with no output on the screen but: Process finished with exit code -1073741571. How can I solve the problem?

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

    Adding the code executable to your PATH for use in the Git Bash or MSYS2 terminals If you're trying to run the code command in Windows in a Git Bash (from Git for Windows) terminal, or in an MSYS2 …

  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. HTTP status code for update and delete? - Stack Overflow

    Feb 26, 2010 · What status code should I set for UPDATE (PUT) and DELETE (e.g. product successfully updated)?

  7. What is the best way to insert source code examples into a Microsoft ...

    In Word, it is possible to paste code that uses color to differentiate comments from code using "Paste Keep Source Formatting." However, if you use the pasted code to create a new style, Word …

  8. Get unicode code point of a character using Python

    Aug 11, 2020 · In Python API, is there a way to extract the unicode code point of a single character? Edit: In case it matters, I'm using Python 2.7.

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

  10. 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 of Visual …