Skip to content

Commit

Permalink
Point to Python v3.11 instead of Python v3.10 when opening windows st…
Browse files Browse the repository at this point in the history
…ore (#20742)

Closes #20736
  • Loading branch information
Kartik Raj authored Feb 23, 2023
1 parent fc72be9 commit 7b488a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class InstallPythonCommand implements IExtensionSingleActivationService {
if (version.major > 8) {
// OS is not Windows 8, ms-windows-store URIs are available:
// https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app
this.browserService.launch('ms-windows-store://pdp/?ProductId=9PJPW5LDXLZ5');
this.browserService.launch('ms-windows-store://pdp/?ProductId=9NRWMJP3717K');
return;
}
}
Expand Down

0 comments on commit 7b488a9

Please sign in to comment.