From 535696de2810e6cf86a408677211b82c9c79cb60 Mon Sep 17 00:00:00 2001 From: MrJohn10 <20319636+MrJohn10@users.noreply.github.com> Date: Thu, 9 Jul 2020 21:25:48 +0200 Subject: [PATCH] refactor --- docs/using_vscode.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/using_vscode.md b/docs/using_vscode.md index cb1720e3..3923438b 100644 --- a/docs/using_vscode.md +++ b/docs/using_vscode.md @@ -1,11 +1,13 @@ # Using vscode ## Compilation and installation + ### Prerequisites * before compilation you have to instal tools and dependencies (points 1,2,3) - https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC ### Cloning project + execute following command: ``` git clone https://github.com/MrJohn10/colobot.git @@ -26,6 +28,7 @@ git clone https://github.com/MrJohn10/colobot.git --recurse-submodules * on the status line at the bottom you can choose cmake configuration and compiler ### Adding cmake settings: + * create folder .vscode if there is none. Inside that folder create file settings.json with the following content: ```json { @@ -47,6 +50,7 @@ git clone https://github.com/MrJohn10/colobot.git --recurse-submodules ``` ### Compilation and installation + * Open cmake extension in the left menu * click on 'configure all projects' * on the status line at the bottom click compilation target and choose install