Closed zhengxiaoyao0716 closed 7 years ago
@zhengxiaoyao0716 can you confirm that you can reproduce the crash every time? When you say 'crash' what is exactly crashing, it is VS Code, how does the crash show to you.
I can't. but it really happend frequently.
For example, i input the ipython command:(Don't care the error caused by tslint
plugin, it doesn't effect
although unintalled.)
And then, I press Enter, the terminal was closed, with nothing report:
I can confirm that the tslint error is not related. You have vscode-tslint installed, but not the corresponding tslint library. So it can be ignored.
This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.
@egamma @Tyriar I'm sorry that I found the reason of problem today, and it is not vscode caused. In fact, it may only happend on some Chinese programer's windows computer, who installed some safe-helper app such as "Tencent PC manager". That app always recognized some open-source program, include ourselves developed as dangerous program, and killed them...
The next segment for Chinese programer's: 如果你也遇到了VSCode终端闪退的问题,那么我猜你可能跟我一样。这不是VSCode本身的Bug,而是电脑上的杀毒软件造成的,比如我的电脑管家。这不是在黑电脑管家,事实上即使这样我仍在用它。这主要是因为,国内一些类似的杀毒软件习惯于将一些开源,或是我们自己开发的软件标识为高风险,然后将它们拦截并强杀。这个问题我已经向电脑管家反馈了。
Appication commands
means some commands from user application, not shell command. For example:make
andmingw32-make
from MinGWipython
from Python's Ipythondotnet
command for .net Framework cli kitgodoc
command for Golang doc.caddy
from GoLang Caddy ServerVSCode Version: 1.12.1
OS Version: Win10 Education
While a strange problem is, each the first times after the computer restart, those commands works well in vscode, it only happend after a period of time used.
Steps to Reproduce:
cmd·
orpowershell
terminal