


There were still several updates in this version that we hope you will like as well as many community contributions.

You can read the Remote Development with Visual Studio Code blog post to learn more. These extensions let you work with VS Code over SSH on a remote machine or VM, in Windows Subsystem for Linux (WSL), or inside a Docker container. During April, we were busy with the Preview release of the Remote Development extensions. Welcome to the April 2019 release of Visual Studio Code.

Recently, I tried to work with the libcurl library on my Windows machine and with no surprise, got hit with numerous errors mostly from the linker.Īfter investing an appropriate amount of time, I got it to work. But up until that point, it is one of the worst nightmares driving programmers crazy. Once everything is set-up, everything becomes smooth and life becomes a lot beautiful. And sometimes, it is fairly a daunting task. This is mostly due to the challenge of setting up the environment. How To Set-Up libcurl on Visual Studio 2019Įven though a Windows lover, I should say that working with C++ projects in the Windows environment is not always a pleasant experience.
