Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79359919/how-c…
How can I download .vsix files now that the Visual Studio Code ...
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 the package not only for the version presented at the Visual Studio Marketplace but for any earlier release.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79717434/how-t…
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...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/4611591/code-v…
<code> vs <pre> vs <samp> for inline and block code snippets
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 reader is to input). This is what Stack Overflow does.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/11432940/what-…
What does Error-code 0xc0000135 (or -1073741515 Exit-code) mean when ...
What does Error-code 0xc0000135 (or -1073741515 Exit-code) mean when starting a Windows app? Asked 13 years, 4 months ago Modified 9 months ago Viewed 68k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/40492960/how-t…
How to indent/format a selection of code in Visual Studio Code?
278 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when selecting a specific section of code. I tried Ctrl + Shift + F after selecting some line in my code, but the whole file is indented.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/32835601/the-c…
The Command...Exited With Code -532462766 - Stack Overflow
Oh, and someone named Igor states "Exception code e0434352 is the exception code used internally by the CLR to represent most exceptions".
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/16685463/csc-e…
"Csc.exe" exited with code -1073741819 - Stack Overflow
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 problem when uninstalling and then reinstalling VS2015. After the setup is completed it says that some items are not installed correctly.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/34316156/how-c…
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 yes, ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42017617/how-c…
How can I install VS Code extension manually? - Stack Overflow
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 files at the right place?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/20629027/proce…
Process finished with exit code -1073741571 - Stack Overflow
import sys sys.setrecursionlimit(5000) However, whatever value I use for the depth, I cannot get the result I want. 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?