Skip to content

Commit

Permalink
Add automatically updated VS Code config change
Browse files Browse the repository at this point in the history
The LSP plugin has automatically updated its configuration to a new
format.
  • Loading branch information
csutter committed May 9, 2024
1 parent db8ccdc commit 9a61b52
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 9a61b52

Please sign in to comment.