pub fn resolve_source_path(uri: &Uri) -> Option<PathBuf>Expand description
Resolve a source URI to an existing local filesystem path.
Non-file URI schemes are left to the source manager. Relative paths are resolved against the
debugger process’ current directory, which DAP clients set to the launch cwd.