chore(ext): remove deprecated Ruby and Rust test adapters

This commit is contained in:
2025-10-22 07:36:26 +01:00
parent 2d4563c407
commit 7021d87372
4 changed files with 10 additions and 22 deletions

View File

@@ -671,7 +671,6 @@
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-extensions-pack
// - https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
// - https://marketplace.visualstudio.com/items?itemName=dewski.simplecov
//
"[ruby][erb]": {
@@ -690,13 +689,6 @@
"rubyLsp.rubyVersionManager": {
"identifier": "auto"
},
// Ruby Test Explorer
"rubyTestExplorer.logpanel": false,
// Use mise to execute ruby test explorer bundler commands to ensure correct
// version of Ruby is used.
"rubyTestExplorer.minitestCommand": "mise x -- bundle exec rake",
"rubyTestExplorer.rspecCommand": "mise x -- bundle exec rspec",
"simplecov-vscode.enabled": false,
"simplecov.coverageDecorator": {
"type": "gutter",
"coveredGutterStyle": "verticalblue",
@@ -705,6 +697,14 @@
},
//
// ===========================================================================
// MARK: Lang: Rust
// ===========================================================================
// Extensions:
// - https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
//
"rust-analyzer.testExplorer": true,
//
// ===========================================================================
// MARK: Lang: Shellscript
// ===========================================================================
// Extensions: