vscode-matlab-interactive-terminal icon indicating copy to clipboard operation
vscode-matlab-interactive-terminal copied to clipboard

Is it possible to block "Ctrl + C"?

Open Fisher-Wang opened this issue 3 years ago • 1 comments

When I made a typo in the terminal, I wanted to press Ctrl + C to cancel the command, but it exit to the cmd interface. Is it possible to change the behavior when receiving the interrupt signal? ;)

Fisher-Wang avatar Apr 10 '21 10:04 Fisher-Wang

When I made a typo in the terminal, I wanted to press Ctrl + C to cancel the command, but it exit to the cmd interface. Is it possible to change the behavior when receiving the interrupt signal? ;)

It can just press Ctrl + C to cancel the current executing command. But it will return to the cmd interface when no commands are currently being executed.

yunus-sun avatar Aug 03 '21 13:08 yunus-sun