We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953843a commit 8ceb115Copy full SHA for 8ceb115
docs/src/debugger.md
@@ -17,8 +17,8 @@ To debug a program using Zed you must first create a debug configuration within
17
"request": "launch",
18
// cwd: defaults to the current working directory of your project
19
// The current working directory to start the debugger from
20
- // accepts zed task variables e.g. $ZED_WORKPLACE_ROOT
21
- "cwd": "$ZED_WORKPLACE_ROOT",
+ // accepts zed task variables e.g. $ZED_WORKTREE_ROOT
+ "cwd": "$ZED_WORKTREE_ROOT",
22
// program: The program to debug
23
// accepts zed task variables
24
"program": "path_to_program",
0 commit comments