From 8707741f5b2c772c15d9ff39c7d14018ba55cf22 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:07:52 -0300 Subject: [PATCH] Update ide-setup.md --- getting-started/ide-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/ide-setup.md b/getting-started/ide-setup.md index 24151b9..eafae9d 100644 --- a/getting-started/ide-setup.md +++ b/getting-started/ide-setup.md @@ -26,10 +26,10 @@ For VSCode, we recommend a few extensions: There are a few steps you should follow to get proper intellisense (you should only need to do these once per project, ideally): -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. +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 2022+** compiler, specifically the `amd64` version. Nothing else!! +You should pick a **Visual Studio 2022+** compiler (specifically the `amd64` version), or Clang, but Nothing else!! > :warning: Please pay attention to this 2. Now select the build variant, **press F1** and run `CMake: Select Variant`. \