I am using the VSCode 1.38.0 on macOS 10.14.6 and running into this problem here:
- Open a terminal application in the integrated terminal
- Press Ctrl-C with the focus inside the terminal, while the application is running
- The terminal does not get a signal to stop the process; instead I can see that it is triggers Mac's copy command (which is normally cmd+c)
I tested this by removing all extensions and resetting all mapped keys, but still get this same issue.
My problem is very similar to this issue linked below, reported by another user, except that I am running a newer version of VSCode on macOS.