Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.24k stars 436 forks source link

Copy Request As cURL incorrectly includes data #1243

Open citizenrich opened 7 months ago

citizenrich commented 7 months ago

The Copy Request As cURL incorrectly includes data with "<". For example:

The payload specified in the .http files as < ./stuff.json in the Copy Request As cURL output will be --data '< ./stuff.json' and include the '<' in the command, which fails.