Describe the bug
When i generate the .http file with the output-type set to "OneFile" the generated file contains several requests that define a variable with the same name. This leads to multiple variable definition statements of the same variable which leads to an error.
`
foo
@id = 0
GET http://test.com/foo{{id}}
bar
@id = 0
GET http://test.com/bar{{id}}
`
Cannot execute request, because it references ambiguous variable 'id'
Support Key: [my-support-key]
Describe the bug
When i generate the .http file with the output-type set to "OneFile" the generated file contains several requests that define a variable with the same name. This leads to multiple variable definition statements of the same variable which leads to an error.
`
foo
@id = 0
GET http://test.com/foo{{id}}
bar
@id = 0
GET http://test.com/bar{{id}}
`
Cannot execute request, because it references ambiguous variable 'id'Support Key:
[my-support-key]