From 8a4e5e899683a93ad3b854d7e52082e01e6aa773 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 21 Oct 2025 12:57:14 +0100 Subject: [PATCH] fix(settings): enable full test discovery for Ruby LSP --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 1372783..56ca5b7 100644 --- a/settings.json +++ b/settings.json @@ -682,7 +682,7 @@ }, // Ruby LSP "rubyLsp.featureFlags": { - "fullTestDiscovery": false + "fullTestDiscovery": true }, "rubyLsp.rubyVersionManager": { "identifier": "auto"