DEV Community

Discussion on: Developing C++ with Visual Studio Code

 
acharluk profile image
ACharLuk

I'm glad you got it solved! I'll take note of this to see if it is isolated to Ubuntu 19.04 or I should upload a fix, thank you for the info!

Thread Thread
 
abhisingh127 profile image
abhisingh127

Actually. It was due to my own ignorance. I forgot about the file permissions in linux. All you need to do is add the executable permission using the chmod +x command.