fix(language/ruby): disable ruby-lsp full test discovery

For now it causes issues and mostly just fails to run tests.
This commit is contained in:
Jim Myhrberg
2025-06-03 13:27:33 +01:00
parent 882053b819
commit a8bc22d906

View File

@@ -446,6 +446,12 @@
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"rubyLsp.rubyVersionManager": {
"identifier": "auto"
},
"rubyLsp.featureFlags": {
"fullTestDiscovery": false
},
// Ruby Test Explorer
"rubyTestExplorer.logpanel": false,
// Use mise to execute ruby test explorer bundler commands to ensure correct