forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-replarea-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on
Description
Currently we have python.REPL.enableShellIntegration
. The upcoming change doesn't just apply to the "Python REPL" feature but to all terminals. So I would put it beside the other terminal settings like python.terminal.enableShellIntegration
.
Also VS Code core has this as terminal.integrated.shellIntegration.enabled
, we should use python.terminal.shellIntegration.enabled
if we expect more settings related to shell integration, rather than just the single enablement.
Metadata
Metadata
Assignees
Labels
area-replarea-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on