change request type from `attach` to `launch`
Created by: myrfy001
the request
param in launch.json
is now attach
, which is a bit confusing. Since this plugin will spawn a new terminal, and run qemu in it, then attach the debugger to the qemu, from the view of the enduser, it behaves like launch
instead of attach
.