fix(settings): enable full test discovery for Ruby LSP

This commit is contained in:
Jim Myhrberg
2025-10-21 12:57:14 +01:00
parent 9186e4ac72
commit 8a4e5e8996

View File

@@ -682,7 +682,7 @@
},
// Ruby LSP
"rubyLsp.featureFlags": {
"fullTestDiscovery": false
"fullTestDiscovery": true
},
"rubyLsp.rubyVersionManager": {
"identifier": "auto"