【发布时间】:2019-02-04 04:07:22
【问题描述】:
我试图从命令行杀死 vscode:
$ killall vscode
No matching processes belonging to you were found
$ killall "Visual Studio Code"
No matching processes belonging to you were found
它不起作用?
如何从命令行终止 vscode?p>
【问题讨论】:
-
你试过
killall code吗? -
$ killall code No matching processes belonging to you were found@MadhanVaradhodiyil -
您使用的是哪个操作系统?如果您使用的是 Windows:
Taskkill /IM code.exe /F -
正在使用macos @MadhanVaradhodiyil
-
你试过this 吗?