-
Notifications
You must be signed in to change notification settings - Fork 42
Terminal activation is slow on nushell #1391
Copy link
Copy link
Closed
Labels
area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalIssue related to activation. Root cause can be from interpreter selection or activation in terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Metadata
Metadata
Assignees
Labels
area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalIssue related to activation. Root cause can be from interpreter selection or activation in terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
#997 says to use the
"python-envs.terminal.autoActivationType": "shellStartup"mode, which isn’t available on nushell.But I’m sure things can be better. It takes 4 seconds or more until VS Code executes my shell startup command. Why?