Skip to content

Conversation

@jkporter
Copy link
Contributor

@jkporter jkporter commented Sep 5, 2025

fix: Allow files with spaces in path to work

Updated the file access method to use absoluteUri.LocalPath instead of absoluteUri.AbsolutePath when the URI scheme is "file". This change ensures correct file opening for local files when there are escaped characters in the path such as spaces.

Updated the file access method to use `absoluteUri.LocalPath` instead of `absoluteUri.AbsolutePath` when the URI scheme is "file". This change ensures correct file opening for local files.
@jkporter jkporter requested a review from a team as a code owner September 5, 2025 22:59
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@baywet baywet enabled auto-merge September 8, 2025 12:26
@baywet baywet merged commit 6dded81 into microsoft:main Sep 8, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants