Changes to DAP to include a Rust configuration and removal of pedantic settings for Clippy

This commit is contained in:
2024-03-11 19:22:15 -05:00
parent feb0ae8446
commit b88c541140
2 changed files with 23 additions and 4 deletions

View File

@@ -59,10 +59,10 @@ return {
settings = {
['rust-analyzer'] = {
checkOnSave = true,
check = {
command = 'clippy',
extraArgs = { '--', '-Dclippy::all', '-Wclippy::pedantic' },
},
-- check = {
-- command = 'clippy',
-- extraArgs = { '--', '-Dclippy::all', '-Wclippy::pedantic' },
-- },
diagnostics = {
enable = true,
experimental = {