-
Notifications
You must be signed in to change notification settings - Fork 25
Getting Started: Visual Studio Code
Wonsup Yoon edited this page Apr 1, 2021
·
13 revisions
- for Windows
- for Windows + WSL
- for macOS
- for Linux
- Download and extract latest version.
- Launch Visual Studio Code and open the extracted directory. For Widnows + WSL, please follow this instructions.
- Go to CMake menu
- Configure CMake project
Note
You may have to select a kit for CMake. Try [Unspecified] first, and specify a compiler if there is an error.



-
VSCode CMake Tools Troubleshoot
- Try "Reset CMake Tools extension state" section
-
Intellisense C++17 Configuration
- Set
cppStandardtoc++17
- Set
