How to download vs code with curl?
Seems like a simple question but
curl -L -o code.tar.gz https://code.visualstudio.com/docs/?dv=linux64cli&build=insiders
Gives me an HTML file. I tried many other combinations and even wget but couldn't make it work
Tried curl with many options, wget as well. Other answers here all mention the -L but in this case it does not work