Skip to content

Conversation

@techwritescode
Copy link
Owner

No description provided.

Comment on lines +18 to +24
UriMode::VSCode => {
let drive = format!("{}:", drive_letter.to_ascii_lowercase());
encode(&drive).to_string()
}
UriMode::Helix => {
format!("{}:", drive_letter.to_ascii_uppercase())
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

So VSCode does NOT allow C: and helix does NOT allow c:? do we know about neovim and zed?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Not entirely sure about those two, but they should fall into one of the two categories.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'll approve and we'll see. Neither of us daily drive those so shouldn't be a problem yet

Copy link
Collaborator

@taylorplewe taylorplewe left a comment

Choose a reason for hiding this comment

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

Nice

@techwritescode techwritescode merged commit 878cd6f into main Aug 10, 2025
3 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.

3 participants