Update
This commit is contained in:
parent
62f0fa71cb
commit
138112e027
|
@ -5,5 +5,3 @@
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
/target
|
/target
|
||||||
# Rust Libraries Only
|
|
||||||
/Cargo.lock
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue