diff --git a/.zed/debug.json b/.zed/debug.json new file mode 100644 index 0000000..d53ea53 --- /dev/null +++ b/.zed/debug.json @@ -0,0 +1,17 @@ +// Project-local debug tasks +// +// For more documentation on how to configure debug tasks, +// see: https://zed.dev/docs/debugger +[ + { + "label": "Debug editor", + "build": { + "command": "cmake", + "args": ["--build", "build", "-j16"], + "cwd": "$ZED_WORKTREE_ROOT" + }, + "program": "$ZED_WORKTREE_ROOT/build/bin/editor", + "request": "launch", + "adapter": "CodeLLDB" + } +]