提交 11bd2bfa 编写于 作者: I isidor

fixes #43215

上级 d6247d0c
......@@ -88,7 +88,7 @@ export class Adapter {
}
return TPromise.wrapError(new Error(nls.localize({ key: 'debugAdapterCannotDetermineExecutable', comment: ['Adapter executable file not found'] },
"Cannot determine executable for debug adapter '{0}'.", details.command)));
"Cannot determine executable for debug adapter '{0}'.", this.type)));
}
private getRuntime(): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册