diff --git a/.vscode/settings.json b/.vscode/settings.json index 288612be470..04ab5085c19 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,16 +33,16 @@ ] }, { - "roots": ["./scripts/analyze_profile.rs"], + "roots": ["./scripts/filter_profile.rs"], "crates": [ { - "root_module": "./scripts/analyze_profile.rs", + "root_module": "./scripts/filter_profile.rs", "edition": "2018", "deps": [{ "crate": 1, "name": "std" }], "cfg": [], }, { - "root_module": "./build_sysroot/sysroot_src/src/libstd/lib.rs", + "root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs", "edition": "2018", "deps": [], "cfg": [],