Skip to content

Commit

Permalink
update select kit image
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Feb 5, 2024
1 parent ad36397 commit 3ed9bb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/win_compilers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion getting-started/ide-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are a few steps you should follow to get proper intellisense (you should o
1. With VSCode open on your project, **press F1** and run `CMake: Select a Kit`. This will bring up a list of installed compilers on your machine.
![Image showing a bunch of compilers CMake detected in VS Code](/assets/win_compilers.png) \
\
You should pick a **Visual Studio** compiler, using either the `x86` or `amd64_x86` version. Nothing else!!
You should pick a **Visual Studio 2022+** compiler, using either the `x86` or `amd64_x86` version. Nothing else!!

> :warning: Please pay attention to this
2. Now select the build variant, **press F1** and run `CMake: Select Variant`. \
Expand Down

0 comments on commit 3ed9bb4

Please sign in to comment.