From e74a71c9731a1d5756c240f4784ad040a507c792 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Tue, 18 Feb 2025 09:34:16 +0100 Subject: [PATCH] Remove default `tasks.json` Remove the placeholder `tasks.json` file that contained a dummy test task. This task would appear in users' task lists despite not being functional, creating confusion. --- languages/ruby/tasks.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 languages/ruby/tasks.json diff --git a/languages/ruby/tasks.json b/languages/ruby/tasks.json deleted file mode 100644 index bba53c3..0000000 --- a/languages/ruby/tasks.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "label": "test $ZED_RELATIVE_FILE:$ZED_ROW", - "command": "echo 'To run tests, configure tasks in your \".zed/tasks.json\" file as described in the Ruby extension documentation.'", - "tags": ["ruby-test"] - } -]