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

  2. What does Error-code 0xc0000135 (or -1073741515 Exit-code) …

    Oct 7, 2022 · What does Error-code 0xc0000135 (or -1073741515 Exit-code) mean when starting a Windows app? Asked 13 years, 3 months ago Modified 7 months ago Viewed 68k times

  3. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

  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 …

  5. 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?

  6. Process finished with exit code -1073741515 (0xC0000135)

    Nov 7, 2015 · 1 Here is caused it and solution: The computer had two physical processors. The code uses Numba for parallel computations. Upon disabling and re-enabling hyperthreading …

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

  9. How do I fold/collapse/hide sections of code in Visual Studio Code?

    Learn how to fold, collapse, or hide sections of code in Visual Studio Code effectively for better code organization and readability.

  10. 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)?