cache bundle install at devcontainer build step

This commit is contained in:
Dylan Knutson
2025-07-20 18:24:51 +00:00
parent 8854dddb4a
commit 3a8d71e2f7
20 changed files with 3114 additions and 39 deletions

View File

@@ -2,6 +2,12 @@
"editor.formatOnSave": true,
"workbench.editor.titleScrollbarSizing": "large",
"rubyLsp.formatter": "syntax_tree",
"coverage-gutters.showLineCoverage": true,
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showRulerCoverage": true,
"rubyLsp.featureFlags": {
"fullTestDiscovery": true
},
"rubyLsp.addonSettings": {
"Ruby LSP RSpec": {
"debug": true