Skip to content

A Minimalist build system for building C++ projects in VS Code

License

Notifications You must be signed in to change notification settings

qsrahman/compile-cpp-code-with-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Minimalist build system for building C++ projects in VS Code

Currrently I am using VS Code for C++ development. One problem that I faced was that every new project need a configuration to compile/build/run it in vscode. It was too much of a hassel to compile a small project using vscode's tasks etc. The solution I came up with can be used for any new project by just copying and renaming this folder and you are good to go. There is no need to change the Makefile etc. When building the project use cmd + shift + p and choose appropriate option. Note that I am using macOS, the Makefile etc may need some changes for other operating systems.

Happy coding!

About

A Minimalist build system for building C++ projects in VS Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published