From 1c4fd892c3844eaf50a1b0fb7bb62664caca1b83 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Sun, 3 Jul 2022 17:30:25 +0200
Subject: [PATCH] Added VS to the IDE guide

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 doc/SETUP_IDE.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/SETUP_IDE.md b/doc/SETUP_IDE.md
index f48deb40..93f0878c 100644
--- a/doc/SETUP_IDE.md
+++ b/doc/SETUP_IDE.md
@@ -27,3 +27,9 @@ Get-Content resources\extensions.txt | ForEach-Object {code --install-extension
 1. Download and install [CLion](https://www.jetbrains.com/clion/download/)
 2. Run CLion and open your local repository as project
 
+## Visual Studio
+
+1. Download and install [Visual Studio](https://visualstudio.microsoft.com/downloads/)
+2. Make sure you have installed the requirements for [CMake projects](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170).
+3. Run Visual Studio and open your local repository as project
+
-- 
GitLab