Tag: vscode

  • VS Code Setup for C/C++ Project: Part 2 CMake

    VS Code Setup for C/C++ Project: Part 2 CMake

    Please check this post before reading this. Step 1. Install CMake Tools extension by Microsoft Install CMake Tools Check cmake version on terminal Step 2. Add CMAKELists.text Clean up project folders that generated by VS Code Setup for C/C++ Project: Part 1. Step 3. CMake: Configure Step 4. Let’s build program using CMake: Build Select…

    Read more

  • VS Code Setup for C/C++ Project: Part 1

    VS Code Setup for C/C++ Project: Part 1

    This is series of the VS Code related posts. I’ll skip the repeated VS Code install steps. If you want to know basic steps, please check this post. Step 1. Create working folder Step 2. Install C/C++ Extension by Microsoft There are a lot of C/C++ extensions. For the basic setup, You only need the…

    Read more

  • VS Code Setup for Swift Project

    VS Code Setup for Swift Project

    VS Code is not an IDE (Integrated Development Environment). It is code editor. So If you want to run and debug code, have to do some extra steps. I highly recommend reading this article. You may think I know what VSCode is. But some parts you may not know. Step 1. Download and Install VS…

    Read more