今天在vscode远程连接服务器调试一个python文件时,报如下错误: Couldn’t find a debug adapter descriptor for the debug type ‘python’ (extension might have failed to to activate) 后来发现是远程服务器的python扩展没有安装……(真的是蠢到家了) 解决办法: 把这三个扩展安装后,就可以成功调试啦~