-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meeting
Description
Windows Terminal version
1.23.12681.0
Windows build number
Microsoft Windows NT 10.0.26100.0
Other Software
PowerShell 7.5.3
Windows 11 Pro Version 24H2 (0S Build 26.100.6725)
Steps to reproduce
- Open Windows Terminal on PowerShell 7
- Alt+Shift++ twice
- In each PowerShell panel, run a command via
nodemon
Expected Behavior
Should adjust work
Actual Behavior
It suddenly crashes
The context is that I have a TypeScript-based Vite project and I keep running in the background:
-
vite
-
nodemon --watch src --ext ts --exec "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.scripts.json --noEmit"
-
nodemon --watch src --ext ts --exec "eslint ."
so that I can monitor the agentic AI while it's working on the project files
But apparently, it's too much for Windows Terminal to handle, so the window crashes
Metadata
Metadata
Assignees
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meeting