{% for config_type, (config_command, config_env) in configurations.items() %} {%- if config_command is not none %} {{ config_command }} {%- endif -%} {%- if config_env is not none %} {{ config_env }} {%- endif -%} WindowsLocalDebugger {% endfor %}