mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
fix(language/ruby): use better simplecov extension
This commit is contained in:
@@ -126,6 +126,7 @@ shellcheck
|
||||
shfmt
|
||||
shoulda
|
||||
sidekiq
|
||||
simplecov
|
||||
sirportly
|
||||
SITEFUNS
|
||||
solargraph
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# cursor Extensions
|
||||
# Generated on Mon May 19 12:12:57 BST 2025
|
||||
# Generated on Tue May 20 11:35:11 BST 2025
|
||||
|
||||
alefragnani.project-manager@12.8.0
|
||||
antiantisepticeye.vscode-color-picker@0.0.4
|
||||
antyos.openscad@1.3.2
|
||||
anykeyh.simplecov-vscode@0.0.2
|
||||
arrterian.nix-env-selector@1.0.11
|
||||
arturodent.command-alias@0.6.2
|
||||
bibhasdn.unique-lines@1.0.0
|
||||
@@ -25,6 +24,7 @@ connorshea.vscode-ruby-test-adapter@0.9.2
|
||||
ctf0.macros@1.1.1
|
||||
davidanson.vscode-markdownlint@0.59.0
|
||||
dbaeumer.vscode-eslint@3.0.10
|
||||
dewski.simplecov@0.0.7
|
||||
dnut.rewrap-revived@1.16.3
|
||||
editorconfig.editorconfig@0.17.2
|
||||
emeraldwalk.runonsave@0.2.7
|
||||
|
||||
@@ -437,6 +437,7 @@
|
||||
// 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]": {
|
||||
"editor.defaultFormatter": "Shopify.ruby-lsp",
|
||||
@@ -451,6 +452,13 @@
|
||||
// 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",
|
||||
"uncoveredGutterStyle": "verticalyellow",
|
||||
"uncoveredBranchGutterStyle": "verticalyellow"
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Lang: Shellscript
|
||||
|
||||
Reference in New Issue
Block a user