You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PathBuf initialization in command_discovery.rs
- Change path and directory from String conversion to PathBuf in load_resource_manifest
- Change path and directory from String conversion to PathBuf in load_extension_manifest
- Fix canonicalize_which call in verify_executable to pass &Path instead of string reference
Co-authored-by: adityapatwardhan <12820925+adityapatwardhan@users.noreply.github.com>
0 commit comments