
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...
vs code not opening up in windows - Stack Overflow
May 10, 2020 · VS Code desktop versions starting with 1.71 (August 2022) will no longer run on Windows 7 and you will need to upgrade to a newer Windows version to use later versions of VS Code.
What does Error-code 0xc0000135 (or -1073741515 Exit-code) mean …
Oct 7, 2022 · What does Error-code 0xc0000135 (or -1073741515 Exit-code) mean when starting a Windows app? Asked 13 years, 9 months ago Modified 1 year, 1 month ago Viewed 69k times
"Csc.exe" exited with code -1073741819 - Stack Overflow
May 22, 2013 · 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 …
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 …
Process finished with exit code -1073741571 - Stack Overflow
Dec 17, 2013 · 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 …
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 files at …
macos - "code ." is not working in on the command line for Visual ...
Mar 17, 2019 · This worked for me despite the fact that using the VS Code Install 'code' command in PATH command results in which code returning /usr/local/bin`. That was already on my PATH the …
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 …
Process finished with exit code -1073741819 (0xC0000005) Pycharm
May 31, 2018 · By luck, I found the root cause in my code. When I tried to expand a self pointer in the IntelliJ Python debugger, my Python interpreter would crash with: Process finished with exit code …