You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+9-9
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@
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,7 +447,7 @@
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,7 +498,7 @@
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,7 +597,7 @@
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,7 +628,7 @@
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,7 +761,7 @@
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."
"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."
"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."
"The PowerShell Integrated Console (PSIC) has stopped, would you like to restart it? (IntelliSense will not work unless the PSIC is active and unblocked.)",
539
+
"The PowerShell Extension Terminal has stopped, would you like to restart it? IntelliSense and other features will not work without it!",
0 commit comments