DEV Community

Discussion on: Developing C++ with Visual Studio Code

Collapse
 
acharluk profile image
ACharLuk

Hey! Can you give us some context? What OS are you using? Are the folder permissions correct?

Collapse
 
abhisingh127 profile image
abhisingh127

Actually it was a problem with permissions. I am using Ubuntu 19.04 . The executable permission was not given.

Thread Thread
 
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.