How can I make cmd+c send ctrl+c in VS Code's terminal, in macOS?

I'd like for cmd+c to have the same effect as pressing ctrl+c in the VS Code terminal in macOS (so that it terminates the current process and drops me back into a new command prompt). How can I do...