-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Open
Labels
area:controls/keybindsKeyboard shortcuts, mapping, binding, keymaps, etcKeyboard shortcuts, mapping, binding, keymaps, etcarea:integrations/terminalFeedback for terminal integration, shell commands, etcFeedback for terminal integration, shell commands, etcarea:languages/javascriptJavaScript programming language supportJavaScript programming language supportfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usageBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P2Average run-of-the-mill bugsAverage run-of-the-mill bugs
Description
Reproduction steps
-
Install Bun on a Windows machine.
-
Open Zed's built in terminal,
CTRL+Shift+ ` -
Create a simple script, for example:
// index.js setInterval(() => { console.log("running..."); }, 1000);
-
Run the script using:
bun run index.ts -
While the process is running, press CTRL + C in the terminal.
Current vs. Expected behavior
On Windows, pressing CTRL + C in the terminal does not stop a running Bun process. The process continues running and ignores the interrupt signal, requiring the terminal to be closed or the process to be killed manually.
Zed version and system specs
null
Attach Zed log file
Zed.log
null```log
</details>
### Relevant Zed settings
<details><summary>settings.json</summary>
<!-- Paste your settings inside the code block. -->
```json
Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
Metadata
Metadata
Assignees
Labels
area:controls/keybindsKeyboard shortcuts, mapping, binding, keymaps, etcKeyboard shortcuts, mapping, binding, keymaps, etcarea:integrations/terminalFeedback for terminal integration, shell commands, etcFeedback for terminal integration, shell commands, etcarea:languages/javascriptJavaScript programming language supportJavaScript programming language supportfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usageBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P2Average run-of-the-mill bugsAverage run-of-the-mill bugs