Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jun 19, 2024
1 parent 2dfa8e0 commit 6e96def
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"files.insertFinalNewline": true,
"files.eol": "\n",
"files.trimFinalNewlines": true,
"python.analysis.autoImportCompletions": true
"python.analysis.autoImportCompletions": true,
"rust-analyzer.runnables.extraArgs": [
"--release"
],
"rust-analyzer.diagnostics.styleLints.enable": true
}

0 comments on commit 6e96def

Please sign in to comment.