This commit is contained in:
David Skrundz 2024-06-18 21:13:32 -06:00
parent 62f0fa71cb
commit 138112e027
Signed by: DavidSkrundz
GPG Key ID: D7006AAB6214A600
3 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -5,5 +5,3 @@
# Rust
/target
# Rust Libraries Only
/Cargo.lock

View File

@ -1,7 +1,7 @@
{
"recommendations": [
"vadimcn.vscode-lldb",
"barbosshack.crates-io",
"serayuzgur.crates",
"usernamehw.errorlens",
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer",

View File

@ -29,4 +29,5 @@
"rust-analyzer.imports.group.enable": true,
"rust-analyzer.imports.merge.glob": false,
"rust-analyzer.imports.preferNoStd": true,
"rust-analyzer.showUnlinkedFileNotification": false,
}