mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user