Skip to content

Commit 7b488a9

Browse files
author
Kartik Raj
authored
Point to Python v3.11 instead of Python v3.10 when opening windows store (#20742)
Closes #20736
1 parent fc72be9 commit 7b488a9

File tree

1 file changed

+1
-1
lines changed
  • src/client/interpreter/configuration/interpreterSelector/commands/installPython

1 file changed

+1
-1
lines changed

src/client/interpreter/configuration/interpreterSelector/commands/installPython/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class InstallPythonCommand implements IExtensionSingleActivationService {
3434
if (version.major > 8) {
3535
// OS is not Windows 8, ms-windows-store URIs are available:
3636
// https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app
37-
this.browserService.launch('ms-windows-store://pdp/?ProductId=9PJPW5LDXLZ5');
37+
this.browserService.launch('ms-windows-store://pdp/?ProductId=9NRWMJP3717K');
3838
return;
3939
}
4040
}

0 commit comments

Comments
 (0)