Skip to content

Commit 4cea222

Browse files
authored
Add createTemporaryIntegratedConsole to attach opt (#5247)
Adds the option `createTemporaryIntegratedConsole` to the attach configuration. No changes are needed in the code to enable this scenario as it work without any issues right now.
1 parent e86a95c commit 4cea222

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,11 @@
610610
"type": "string",
611611
"description": "The custom pipe name of the PowerShell host process to attach to.",
612612
"default": null
613+
},
614+
"createTemporaryIntegratedConsole": {
615+
"type": "boolean",
616+
"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'.",
617+
"default": false
613618
}
614619
}
615620
}

0 commit comments

Comments
 (0)