remote - fix text resolver action to show log

This commit is contained in:
Benjamin Pasero 2019-10-30 17:43:36 +01:00
parent 0f6fd4bc87
commit 672ca38a78

View file

@ -210,7 +210,7 @@ export function activate(context: vscode.ExtensionContext) {
resolve(_authority: string): Thenable<vscode.ResolvedAuthority> {
return vscode.window.withProgress({
location: vscode.ProgressLocation.Notification,
title: 'Open TestResolver Remote ([details](command:remote-testresolver.showLog))',
title: 'Open TestResolver Remote ([details](command:vscode-testresolver.showLog))',
cancellable: false
}, (progress) => doResolve(_authority, progress));
}