From 4dcf59c66286ebc16e3c523518a08edf53f2050f Mon Sep 17 00:00:00 2001 From: zariiii9003 <52598363+zariiii9003@users.noreply.github.com> Date: Thu, 13 May 2021 18:20:52 +0200 Subject: [PATCH] Update debug-launch.md --- docs/debug-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debug-launch.md b/docs/debug-launch.md index cc4ba55d4..4df6c94b0 100644 --- a/docs/debug-launch.md +++ b/docs/debug-launch.md @@ -59,7 +59,7 @@ Here is a minimal example of a `launch.json` file that uses `cmake.launchTargetP // add the directory where our target was built to the PATHs // it gets resolved by CMake Tools: "name": "PATH", - "value": "$PATH:${command:cmake.getLaunchTargetDirectory}" + "value": "${env:PATH}:${command:cmake.getLaunchTargetDirectory}" }, { "name": "OTHER_VALUE",