Update rust-analyzer config for changed path
This commit is contained in:
parent
832b3117cc
commit
cb2dd4b5e0
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -33,10 +33,10 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"roots": ["./analyze_profile.rs"],
|
||||
"roots": ["./scripts/analyze_profile.rs"],
|
||||
"crates": [
|
||||
{
|
||||
"root_module": "./analyze_profile.rs",
|
||||
"root_module": "./scripts/analyze_profile.rs",
|
||||
"edition": "2018",
|
||||
"deps": [{ "crate": 1, "name": "std" }],
|
||||
"cfg": [],
|
||||
|
Loading…
Reference in New Issue
Block a user