From 3346be23df9a2753d0399ef042ae11cd97ba32ad Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 11 Oct 2020 20:08:43 -0400 Subject: [PATCH] Fix the sample CMakeSettings.json format --- CMakeSettings.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeSettings.json.sample b/CMakeSettings.json.sample index 9fbb013d5b..3b93048f73 100644 --- a/CMakeSettings.json.sample +++ b/CMakeSettings.json.sample @@ -2,7 +2,7 @@ "environments": [ { "BuildDir": "${workspaceRoot}\\build" }, { "InstallDir": "${workspaceRoot}\\build\\install" }, - { "VcPkgDir": "D:/vcpkg/" }, + { "VcPkgDir": "D:/vcpkg/" } ], "configurations": [ {