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"] - } -]