Thanks Alan for having me review how I start things off. In the StartGDBServer preLaunchTask I define the command as below:
gdbserver_command="gdbserver $target_gdbserver_port $target_command"
It does not include any of the command line arguments defined in the launcher configuration. That is why I never get any arguments defined in vscode.
Thanks Chris