From 376dbfff3fb5479ad8536e2bdea1bf0e151d2646 Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Mon, 12 Jan 2026 14:01:58 +0800 Subject: [PATCH] Delete .zed/tasks.json --- .zed/tasks.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .zed/tasks.json diff --git a/.zed/tasks.json b/.zed/tasks.json deleted file mode 100644 index f070827..0000000 --- a/.zed/tasks.json +++ /dev/null @@ -1,25 +0,0 @@ -// Static tasks configuration. -// -[ - { - "label": "forward_search", - "command": "/Applications/Skim.app/Contents/SharedSupport/displayline -r $ZED_ROW \"$ZED_DIRNAME/$ZED_STEM.pdf\"", - "allow_concurrent_runs": false, - "reveal": "never", - "hide": "always" - }, - { - "label": "pdflatex_view", - "command": "cd \"$ZED_DIRNAME\" && pdflatex -shell-escape -synctex=-1 \"$ZED_STEM\" && /Applications/Skim.app/Contents/SharedSupport/displayline -r -z -b $ZED_ROW \"$ZED_STEM\".pdf", - "allow_concurrent_runs": false, - "reveal": "no_focus", - "hide": "on_success" - }, - { - "label": "latexmk_view", - "command": "cd \"$ZED_DIRNAME\" && latexmk -pdf \"$ZED_STEM\" && /Applications/Skim.app/Contents/SharedSupport/displayline -r -z -b $ZED_ROW \"$ZED_STEM\".pdf", - "allow_concurrent_runs": false, - "reveal": "no_focus", - "hide": "on_success" - } -] \ No newline at end of file