Skip to content

Commit

Permalink
Merge pull request #268 from alphagov/vscode-rubylsp
Browse files Browse the repository at this point in the history
Add automatically updated VS Code config change
  • Loading branch information
csutter committed May 15, 2024
2 parents e2e0a46 + 9a61b52 commit 06211c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
// GOV.UK Docker uses `rbenv` to manage Ruby versions
"rubyLsp.rubyVersionManager": "rbenv",
"rubyLsp.rubyVersionManager": {
"identifier": "rbenv"
},
"rubyLsp.formatter": "rubocop",
"testExplorer.useNativeTesting": true
}

0 comments on commit 06211c4

Please sign in to comment.