This commit is contained in:
2024-06-18 21:13:30 -06:00
parent 1ddfdda3fb
commit d7c939ab45
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -5,5 +5,3 @@
# Rust # Rust
/target /target
# Rust Libraries Only
/Cargo.lock
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"recommendations": [ "recommendations": [
"vadimcn.vscode-lldb", "vadimcn.vscode-lldb",
"barbosshack.crates-io", "serayuzgur.crates",
"usernamehw.errorlens", "usernamehw.errorlens",
"tamasfe.even-better-toml", "tamasfe.even-better-toml",
"rust-lang.rust-analyzer", "rust-lang.rust-analyzer",
+1
View File
@@ -29,4 +29,5 @@
"rust-analyzer.imports.group.enable": true, "rust-analyzer.imports.group.enable": true,
"rust-analyzer.imports.merge.glob": false, "rust-analyzer.imports.merge.glob": false,
"rust-analyzer.imports.preferNoStd": true, "rust-analyzer.imports.preferNoStd": true,
"rust-analyzer.showUnlinkedFileNotification": false,
} }