clarify translation

fixes #20313
This commit is contained in:
isidor
2017-02-10 10:20:50 +01:00
parent 6f60bfe0a8
commit d27b28ff16
@@ -77,7 +77,8 @@ export class Adapter {
}
}
return TPromise.wrapError(new Error(nls.localize('debugAdapterCannotDetermineExecutable', "Cannot determine executable for debug adapter '{0}'.", details.command)));
return TPromise.wrapError(new Error(nls.localize({ key: 'debugAdapterCannotDetermineExecutable', comment: ['Adapter executable file not found'] },
"Cannot determine executable for debug adapter '{0}'.", details.command)));
}
private getRuntime(): string {