zed/extensions
Vitaly Slobodin a600799840
ruby: Remove outline for running tests (#12642)
Hi, this pull request superseeds the
https://github.com/zed-industries/zed/pull/12624
and removes queries for runnables from `outline.scm`. This pull request
has couple things to mention:

- Removed task for running tests with `minitest` as I think it's not
reliable in its state because, AFAIK, the only way to run `minitest`
with the specific line, i.e. `bundle exec rake test
spec/models/some_model.rb:12` is to use it with Rails. The support for
`minitest` is still there and users can add their own task, for
instance, when they use `minitest` in Rails to get support for running
tests:

  ```json
  {
    "label": "test $ZED_RELATIVE_FILE:$ZED_ROW",
    "command": "./bin/rails",
    "args": ["test", "\"$ZED_RELATIVE_FILE:$ZED_ROW\""],
    "tags": ["minitest-test"]
  }
  ```

**Question:** Perhaps that should be mentioned in the Ruby extension
documentation?

- Adjusted runnables queries to work without `ZED_SYMBOL`.

Release Notes:

- N/A
2024-06-10 18:04:43 +02:00
..
astro astro: Bump version to 0.0.3 (#12744) 2024-06-06 19:17:51 +02:00
clojure
csharp
dart dart: Bump to v0.0.2 (#10940) 2024-04-24 13:03:56 -04:00
deno
elixir php/elixir: Bump extensions versions to 0.0.6 and 0.0.5 (#12636) 2024-06-04 13:24:31 +02:00
elm
emmet emmet: release 0.0.3 (#11873) 2024-05-15 21:27:37 +02:00
erlang
gleam Rework context insertion UX (#12360) 2024-05-27 17:44:54 -06:00
glsl
haskell
html html: Bump to 0.1.1 (#12093) 2024-05-21 18:36:47 +02:00
lua
ocaml Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00
php php/elixir: Bump extensions versions to 0.0.6 and 0.0.5 (#12636) 2024-06-04 13:24:31 +02:00
prisma
purescript
racket
ruby ruby: Remove outline for running tests (#12642) 2024-06-10 18:04:43 +02:00
scheme
svelte
terraform terraform: Sync Cargo.toml version with extension.toml version (#10937) 2024-04-24 11:42:18 -04:00
toml toml: Bump to v0.1.1 (#11359) 2024-05-03 11:29:53 -04:00
uiua
vue vue: Bump to v0.0.3 (#12656) 2024-06-04 18:06:40 -04:00
zig zig: Pin ZLS to v0.11.0 (#12173) 2024-05-22 20:47:49 -04:00
.gitignore