update gems, sorbet

This commit is contained in:
Dylan Knutson
2025-07-21 22:54:08 +00:00
parent b1de28d80f
commit ff8eff72a6
15 changed files with 7063 additions and 2258 deletions

5
.vscode/launch.json vendored
View File

@@ -3,9 +3,8 @@
"configurations": [
{
"type": "rdbg",
"name": "Attach rdbg",
"request": "attach",
"rdbgPath": "export GEM_HOME=/usr/local/rvm/gems/default && bundle exec rdbg"
"name": "rdbg - attach",
"request": "attach"
}
]
}

View File

@@ -5,6 +5,14 @@
"workbench.preferredDarkColorTheme": "Spinel",
"workbench.preferredLightColorTheme": "Spinel Light",
"rubyLsp.formatter": "syntax_tree",
"rubyLsp.featureFlags": {
"fullTestDiscovery": true
},
"rubyLsp.addonSettings": {
"Ruby LSP RSpec": {
"debug": true
}
},
"files.associations": {
".env-cmdrc": "json"
},