vscode tasks - How do I set up Visual Studio Code to compile …
https://stackoverflow.com/questions/30269449/how-do-i-set-up-visual-studio-code-to-compile-c-code
Dec 10, 2017 · To Build/run C++ projects in VS code , you manually need to configure tasks.json file which is in .vscode folder in workspace folder . To open tasks.json, press ctrl + shift + P, and type Configure tasks, and press enter, it will take you to tasks.json. Here i am providing my tasks.json file with some comments to make the file more understandable , It can be used as a …
DA: 11 PA: 53 MOZ Rank: 79 Up or Down: Up