Skip to content

Commit 9bcd95c

Browse files
authored
Update link with info on activation of conda in powershell (microsoft#2900)
1 parent 542ae64 commit 9bcd95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/application/diagnostics/checks/powerShellActivation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class PowerShellActivationHackDiagnosticsService extends BaseDiagnosticsS
7070
},
7171
{
7272
prompt: 'More Info',
73-
command: commandFactory.createCommand(diagnostic, { type: 'launch', options: 'https://aka.ms/Niq35h' })
73+
command: commandFactory.createCommand(diagnostic, { type: 'launch', options: 'https://aka.ms/CondaPwsh' })
7474
}
7575
];
7676

0 commit comments

Comments
 (0)