Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(picker): add OS-specific path separator support #624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

warbacon
Copy link

Description

This update ensures proper syntax highlighting for path entries on Windows systems and correctly applies the filename_first formatting option. The changes dynamically detect the appropriate path separator based on the operating system.

Screenshots

Before Changes

filename_first = false or filename_first = true:
Before changes

After Changes

filename_first = false:
After filename_first = false

filename_first = true:
After filename_first = true

@warbacon warbacon changed the title Add OS-specific path separator support feat(picker): add OS-specific path separator support Jan 18, 2025
@warbacon warbacon changed the title feat(picker): add OS-specific path separator support fix(picker): add OS-specific path separator support Jan 18, 2025
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.

1 participant