bump rust, remove nixago
This commit is contained in:
parent
adbf6d4db9
commit
3b852b7073
6 changed files with 43 additions and 226 deletions
9
templates/default/.vscode/settings.json
vendored
9
templates/default/.vscode/settings.json
vendored
|
@ -14,5 +14,12 @@
|
|||
"command": ["treefmt-nix", "--stdin", "neverexists.nix"]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"[rust]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||
},
|
||||
"rust-analyzer.interpret.tests": true,
|
||||
"rust-analyzer.cfg.setTest": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue