ctrl + c 不能结束vscode terminal

2023-09-09

2024-02-20 23:24更新

这个问题出现在新版本的 vscode 运行在老版本的 mac 上。

在不回退 vscode 的情况下,可以通过命令结束

# 查询3001端口服务的进程id
lsof -i:3001
# 结束上面的进程id
kill -9 1234

Profile picture

Written by Vance who lives and works in Shenzhen, China, and is working hard to improve.