|
564 | 564 | },
|
565 | 565 | "powershell.powerShellDefaultVersion": {
|
566 | 566 | "type": "string",
|
567 |
| - "description": "Specifies the PowerShell version name, as displayed by the 'PowerShell: Show Session Menu' command, used when the extension loads e.g \"Windows PowerShell (x86)\" or \"PowerShell Core 6 (x64)\". You can specify additional PowerShell executables by using the \"powershell.powerShellAdditionalExePaths\" setting." |
| 567 | + "description": "Specifies the PowerShell version name, as displayed by the 'PowerShell: Show Session Menu' command, used when the extension loads e.g \"Windows PowerShell (x86)\" or \"PowerShell Core 7 (x64)\". You can specify additional PowerShell executables by using the \"powershell.powerShellAdditionalExePaths\" setting." |
568 | 568 | },
|
569 | 569 | "powershell.powerShellExePath": {
|
570 | 570 | "type": "string",
|
571 | 571 | "default": "",
|
572 | 572 | "scope": "machine",
|
573 |
| - "description": "REMOVED. Please use the \"powershell.powerShellDefaultVersion\" setting instead.", |
574 |
| - "deprecationMessage": "Please use the \"powershell.powerShellDefaultVersion\" setting instead." |
| 573 | + "description": "REMOVED: Please use the \"powershell.powerShellAdditionalExePaths\" setting instead.", |
| 574 | + "deprecationMessage": "Please use the \"powershell.powerShellAdditionalExePaths\" setting instead." |
575 | 575 | },
|
576 | 576 | "powershell.promptToUpdatePowerShell": {
|
577 | 577 | "type": "boolean",
|
|
580 | 580 | },
|
581 | 581 | "powershell.promptToUpdatePackageManagement": {
|
582 | 582 | "type": "boolean",
|
583 |
| - "description": "Specifies whether you should be prompted to update your version of PackageManagement if it's under 1.4.6.", |
584 |
| - "default": true, |
| 583 | + "description": "REMOVED: Specifies whether you should be prompted to update your version of PackageManagement if it's under 1.4.6.", |
| 584 | + "default": false, |
585 | 585 | "deprecationMessage": "This prompt has been removed as it's no longer strictly necessary to upgrade the PackageManagement module."
|
586 | 586 | },
|
587 | 587 | "powershell.startAsLoginShell.osx": {
|
|
602 | 602 | "powershell.useX86Host": {
|
603 | 603 | "type": "boolean",
|
604 | 604 | "default": false,
|
605 |
| - "description": "Uses the 32-bit language service on 64-bit Windows. This setting has no effect on 32-bit Windows or on the PowerShell extension debugger, which has its own architecture configuration." |
| 605 | + "description": "REMOVED: Uses the 32-bit language service on 64-bit Windows. This setting has no effect on 32-bit Windows or on the PowerShell extension debugger, which has its own architecture configuration.", |
| 606 | + "deprecationMessage": "This setting was removed when the PowerShell installation searcher was added. Please use the \"powershell.powerShellAdditionalExePaths\" setting instead." |
606 | 607 | },
|
607 | 608 | "powershell.enableProfileLoading": {
|
608 | 609 | "type": "boolean",
|
|
0 commit comments