Merge pull request #20295 from geoffw0/oldpaths1

Rust: Remove extractor path resolution.
This commit is contained in:
Tom Hvitved
2025-09-02 11:17:51 +02:00
committed by GitHub
93 changed files with 15125 additions and 2129 deletions

View File

@@ -82,12 +82,6 @@ options:
Collect flame graph data using the `tracing-flame` crate. To render a flame graph
or chart, run the `inferno-flamegraph` command. See also: https://crates.io/crates/tracing-flame
type: string
skip_path_resolution:
title: Skip path resolution
description: >
Skip path resolution. This is experimental, while we move path resolution from the extractor to the QL library.
type: string
pattern: "^(false|true)$"
extract_dependencies_as_source:
title: Extract dependencies as source code
description: >