diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-10-05 11:14:10 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-10-05 11:14:10 +0200 |
| commit | cb2dd4b5e05443a950dcd30d54a98c4c1c07a339 (patch) | |
| tree | ed2d54bedc041cdda0a2883700eafea56cce0242 | |
| parent | 832b3117ccf6d1dd1701ce0fcede555febe72813 (diff) | |
| download | rust-cb2dd4b5e05443a950dcd30d54a98c4c1c07a339.tar.gz rust-cb2dd4b5e05443a950dcd30d54a98c4c1c07a339.zip | |
Update rust-analyzer config for changed path
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9495cb64139..288612be470 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": [], |
