Skip to content

Commit

Permalink
Use new identifier for Ruby LSP VSCode plugin settings (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines authored Apr 16, 2024
1 parent ab97184 commit 420e568
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
Expand Up @@ -30,7 +30,9 @@
"editor.formatOnSave": true
},
"rubyLsp.formatter": "rubocop",
"rubyLsp.rubyVersionManager": "rbenv",
"rubyLsp.rubyVersionManager": {
"identifier": "rbenv"
},
"rubyLsp.enabledFeatures": {
"codeActions": true,
"diagnostics": true,
Expand Down

0 comments on commit 420e568

Please sign in to comment.