From 70b7a63b6636b2ca929ee90e186d8bf5d22b5f1d Mon Sep 17 00:00:00 2001 From: MrJohn10 <20319636+MrJohn10@users.noreply.github.com> Date: Thu, 9 Jul 2020 21:32:27 +0200 Subject: [PATCH] fix --- docs/using_vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_vscode.md b/docs/using_vscode.md index ae73914e..be0e36cd 100644 --- a/docs/using_vscode.md +++ b/docs/using_vscode.md @@ -37,7 +37,7 @@ git clone https://github.com/colobot/colobot.git --recurse-submodules "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": ["msvc_x64_x64"], - "CMAKE_TOOLCHAIN_FILE": {input path to toolchain}, + "CMAKE_TOOLCHAIN_FILE": input path to toolchain, "VCPKG_TARGET_TRIPLET": "x64-windows-static", "BOOST_STATIC": "1", "GLEW_STATIC": "1",