Consider a different setting name for shell integration settings #24143
Labels
area-repl
area-terminal
feature-request
Request for new features or functionality
needs PR
Ready to be worked on
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 likepython.terminal.enableShellIntegration
.Also VS Code core has this as
terminal.integrated.shellIntegration.enabled
, we should usepython.terminal.shellIntegration.enabled
if we expect more settings related to shell integration, rather than just the single enablement.The text was updated successfully, but these errors were encountered: