Questions tagged [visual-studio-code-terminal]

1 questions
1
vote
1 answer

How to run two commands with a simple F7 keybind command in Visual Studio Code?

When I press F7, cargo test runs in the terminal in the background. I can't make F7 command both to run cargo test also open the terminal where it ran that command. This is what I tried: [ { "key": "f7", "command":…