|
233 | 233 | },
|
234 | 234 | {
|
235 | 235 | "command": "PowerShell.ShowSessionConsole",
|
236 |
| - "title": "Show Integrated Console", |
| 236 | + "title": "Show Extension Terminal", |
237 | 237 | "category": "PowerShell"
|
238 | 238 | },
|
239 | 239 | {
|
|
447 | 447 | },
|
448 | 448 | {
|
449 | 449 | "label": "PowerShell: Interactive Session",
|
450 |
| - "description": "Debug commands executed from the Integrated Console", |
| 450 | + "description": "Debug commands executed from the Extension Terminal", |
451 | 451 | "body": {
|
452 | 452 | "name": "PowerShell Interactive Session",
|
453 | 453 | "type": "PowerShell",
|
|
498 | 498 | },
|
499 | 499 | "createTemporaryIntegratedConsole": {
|
500 | 500 | "type": "boolean",
|
501 |
| - "description": "Determines whether a temporary PowerShell Integrated Console is created for each debugging session, useful for debugging PowerShell classes and binary modules. Overrides the user setting 'powershell.debugging.createTemporaryIntegratedConsole'.", |
| 501 | + "description": "Determines whether a temporary PowerShell Extension Terminal is created for each debugging session, useful for debugging PowerShell classes and binary modules. Overrides the user setting 'powershell.debugging.createTemporaryIntegratedConsole'.", |
502 | 502 | "default": false
|
503 | 503 | }
|
504 | 504 | }
|
|
597 | 597 | "powershell.startAutomatically": {
|
598 | 598 | "type": "boolean",
|
599 | 599 | "default": true,
|
600 |
| - "description": "Starts PowerShell extension features automatically when a PowerShell file opens. If false, to start the extension, use the 'PowerShell: Restart Current Session' command. IntelliSense, code navigation, integrated console, code formatting, and other features are not enabled until the extension starts." |
| 600 | + "description": "Starts PowerShell extension features automatically when a PowerShell file opens. If false, to start the extension, use the 'PowerShell: Restart Current Session' command. IntelliSense, code navigation, Extension Terminal, code formatting, and other features are not enabled until the extension starts." |
601 | 601 | },
|
602 | 602 | "powershell.useX86Host": {
|
603 | 603 | "type": "boolean",
|
|
628 | 628 | "powershell.cwd": {
|
629 | 629 | "type": "string",
|
630 | 630 | "default": null,
|
631 |
| - "description": "An explicit start path where the Powershell Integrated Console will be launched. Both the PowerShell process and the shell's location will be set to this directory. Predefined variables can be used (i.e. ${fileDirname} to use the current opened file's directory)." |
| 631 | + "description": "An explicit start path where the PowerShell Extension Terminal will be launched. Both the PowerShell process and the shell's location will be set to this directory. Predefined variables can be used (i.e. ${fileDirname} to use the current opened file's directory)." |
632 | 632 | },
|
633 | 633 | "powershell.scriptAnalysis.enable": {
|
634 | 634 | "type": "boolean",
|
|
761 | 761 | "powershell.integratedConsole.showOnStartup": {
|
762 | 762 | "type": "boolean",
|
763 | 763 | "default": true,
|
764 |
| - "description": "Shows the integrated console when the PowerShell extension is initialized." |
| 764 | + "description": "Shows the Extension Terminal when the PowerShell extension is initialized." |
765 | 765 | },
|
766 | 766 | "powershell.integratedConsole.focusConsoleOnExecute": {
|
767 | 767 | "type": "boolean",
|
|
771 | 771 | "powershell.integratedConsole.useLegacyReadLine": {
|
772 | 772 | "type": "boolean",
|
773 | 773 | "default": false,
|
774 |
| - "description": "Falls back to the legacy (lightweight) ReadLine experience. This will disable the use of PSReadLine in the PowerShell Integrated Console." |
| 774 | + "description": "Falls back to the legacy ReadLine experience. This will disable the use of PSReadLine in the PowerShell Extension Terminal." |
775 | 775 | },
|
776 | 776 | "powershell.integratedConsole.forceClearScrollbackBuffer": {
|
777 | 777 | "type": "boolean",
|
|
780 | 780 | "powershell.integratedConsole.suppressStartupBanner": {
|
781 | 781 | "type": "boolean",
|
782 | 782 | "default": false,
|
783 |
| - "description": "Do not show the Powershell Integrated Console banner on launch" |
| 783 | + "description": "Do not show the Powershell Extension Terminal banner on launch" |
784 | 784 | },
|
785 | 785 | "powershell.debugging.createTemporaryIntegratedConsole": {
|
786 | 786 | "type": "boolean",
|
787 | 787 | "default": false,
|
788 |
| - "description": "Determines whether a temporary PowerShell Integrated Console is created for each debugging session, useful for debugging PowerShell classes and binary modules." |
| 788 | + "description": "Determines whether a temporary PowerShell Extension Terminal is created for each debugging session. Useful for debugging PowerShell classes and binary modules." |
789 | 789 | },
|
790 | 790 | "powershell.developer.bundledModulesPath": {
|
791 | 791 | "type": "string",
|
|
0 commit comments