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/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/61707561/vs-co…
vs code not opening up in windows - Stack Overflow
Visual studio code recently disabled access to unc (windows network drive) paths by default, unless they are on an allow-list. I suspect there's a bug where if your windows user profile is mounted on a unc path, this can prevent vscode from starting up
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?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/33582766/proce…
Process finished with exit code -1073741515 (0xC0000135)
Process finished with exit code -1073741515 (0xC0000135) I don't get any other results - not even from "print" commands at the beginning of the file. I haven't found anything specific to that. I re-installed python (2.7.9), pygame (1.9.1) and even pycharm (tried 4.5 first, now with 5.0 - same result) Does anyone know what that error code means?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/16685463/csc-e…
"Csc.exe" exited with code -1073741819 - Stack Overflow
4 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/79788502/jupyt…
Jupyter Notebook extension Visual Studio Code stuck "connecting to ...
However, after being away for two days, when I opened my project again and tried to run my code starting with importing pandas in the Interactive Window, it kept getting stuck at "Connecting to kernel". I’ve already performed a clean uninstall and reinstalled Visual Studio Code, Jupyter, and Python, but the issue remains the same.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/76187272/issue…
installation - Issues with VScode: Cannot open, code.exe file missing ...
Anyway, there was in fact a new "_" folder with a lot of files in it, including another Code.exe file. I followed Jeremy's advice and cut-pasted the contents one level up and deleted the empty "_" folder.
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/50620954/proce…
Process finished with exit code -1073741819 (0xC0000005) Pycharm
1 I encountered the same issue today. I found this question while Googling for an answer! 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 -1073741819 (0xC0000005) Here is the code that caused the issue: