We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc72be9 commit 7b488a9Copy full SHA for 7b488a9
src/client/interpreter/configuration/interpreterSelector/commands/installPython/index.ts
@@ -34,7 +34,7 @@ export class InstallPythonCommand implements IExtensionSingleActivationService {
34
if (version.major > 8) {
35
// OS is not Windows 8, ms-windows-store URIs are available:
36
// https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app
37
- this.browserService.launch('ms-windows-store://pdp/?ProductId=9PJPW5LDXLZ5');
+ this.browserService.launch('ms-windows-store://pdp/?ProductId=9NRWMJP3717K');
38
return;
39
}
40
0 commit comments