Skip to content

Commit

Permalink
Fix VS code terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored May 16, 2024
1 parent a53b591 commit ac58794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/vscode.rake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ task :vscode => [:'brew:casks_and_formulae', :rust] do
'editor.find.seedSearchStringFromSelection' => 'never',
'terminal.integrated.fontFamily' => font_family,
'terminal.integrated.fontSize' => font_size,
'terminal.integrated.allowChords' => false,
'rust-analyzer.server.extraEnv' => {
'CARGO_HOME' => ENV.fetch('CARGO_HOME'),
'RUSTUP_HOME' => ENV.fetch('RUSTUP_HOME'),
Expand Down

0 comments on commit ac58794

Please sign in to comment.