Skip to content

Commit

Permalink
code: update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Apr 27, 2024
1 parent fb6dbf7 commit 9d8cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"python.terminal.activateEnvironment": false, // handled by direnv
"[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },
// Ruby
"rubyLsp.rubyVersionManager": "custom",
"rubyLsp.rubyVersionManager": { "identifier": "custom" },
"rubyLsp.customRubyCommand": "export PATH=\"$(brew ruby -e \"puts RbConfig.ruby\" | path dirname):$PATH\""
}

0 comments on commit 9d8cbe3

Please sign in to comment.