Update
This commit is contained in:
parent
1ddfdda3fb
commit
d7c939ab45
|
@ -5,5 +5,3 @@
|
|||
|
||||
# Rust
|
||||
/target
|
||||
# Rust Libraries Only
|
||||
/Cargo.lock
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"vadimcn.vscode-lldb",
|
||||
"barbosshack.crates-io",
|
||||
"serayuzgur.crates",
|
||||
"usernamehw.errorlens",
|
||||
"tamasfe.even-better-toml",
|
||||
"rust-lang.rust-analyzer",
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue