About 511,000 results
Open links in new tab
  1. "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 …

  2. out of memory - VScode crashed (reason: 'oom', code: ' …

    Mar 25, 2022 · I am trying to open a folder that I opened before, but it crashed. I can open other projects, and restarting the computer didn't help. Maybe it's because I had a big file opened …

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

  5. How to wrap long lines inside of markdown ``` code ``` in Github …

    Jul 18, 2021 · The imperfect workaround I currently use is to replace the ``` with a single backtick: ` ...and do that line by line. which is infeasible for larger code chunks, and also makes …

  6. Key shortcut for running python file in VS code - Stack Overflow

    Apr 27, 2022 · In VS Code, I'm writing python code. I was wondering if there is a key shortcut to run the file instead of pressing the run button in the right top corner of the screen constantly.

  7. How to connect my GitHub Enterprise Account with Visual Studio …

    Oct 29, 2021 · 33 I want to know if it's possible to connect my github enterprise account of my organization to vs code, and if so how? I know how to sign in with a normal github account on …

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

  9. How to install Visual Studio Code extensions from Command line

    Dec 15, 2015 · To make it easier to automate and configure VS Code, it is possible to list, install, and uninstall extensions from the command line. When identifying an extension, provide the …

  10. How to know if Virtual Environment is working in VS Code?

    5 I’ve read through VS Code’s documentation on creating a virtual environment and I’ve used the venv command to do so, but how do I know if my current Python files are working using that …