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

Jump to file system root if input value is / #22

Closed
wants to merge 1 commit into from
Closed

Jump to file system root if input value is / #22

wants to merge 1 commit into from

Conversation

kevdunleavy
Copy link

If the user enters the path to their file system root, switch straight to that directory.

I don't have access to a Windows machine to test this but I tried to make it platform independent.

I believe Windows users will need to enter C:\ to jump to the root which seems a bit cumbersome to me. It could easilybe changed so that entering the path separator jumps to root instead. That way, Windows users could enter \. Maybe a Windows user can change this later.

Fixes #16

If the user enters the path to their file system root, switch straight
to that directory.
@stevenguh
Copy link
Contributor

This might not work for using vscode-remote remoting to a window machine

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.

Navigate to filesystem root
2 participants