From 9a61b52e86e818d99515c6f59a62d8b3ac1a28d2 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Thu, 9 May 2024 10:16:37 +0000 Subject: [PATCH] Add automatically updated VS Code config change The LSP plugin has automatically updated its configuration to a new format. --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6ba14ae..5a4fa39 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 }