Skip to content

Commit 8ceb115

Browse files
committed
Fix typo in docs
1 parent 953843a commit 8ceb115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/debugger.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ To debug a program using Zed you must first create a debug configuration within
1717
"request": "launch",
1818
// cwd: defaults to the current working directory of your project
1919
// The current working directory to start the debugger from
20-
// accepts zed task variables e.g. $ZED_WORKPLACE_ROOT
21-
"cwd": "$ZED_WORKPLACE_ROOT",
20+
// accepts zed task variables e.g. $ZED_WORKTREE_ROOT
21+
"cwd": "$ZED_WORKTREE_ROOT",
2222
// program: The program to debug
2323
// accepts zed task variables
2424
"program": "path_to_program",

0 commit comments

Comments
 (0)