From e26dbe2c5bd4a83f62fd6aafc91ddab4e02c95a7 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 15 Jul 2024 13:27:12 +0000 Subject: [PATCH] Add linux Zed log location to crash report github issue template (#14373) Release Notes: - N/A --- .github/ISSUE_TEMPLATE/2_crash_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2_crash_report.yml b/.github/ISSUE_TEMPLATE/2_crash_report.yml index ff60329e43..b170315d1c 100644 --- a/.github/ISSUE_TEMPLATE/2_crash_report.yml +++ b/.github/ISSUE_TEMPLATE/2_crash_report.yml @@ -27,7 +27,8 @@ body: attributes: label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. description: | - Drag Zed.log into the text input below. + macOS: `~/Library/Logs/Zed/Zed.log` + Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. value: |
Zed.log