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

VSCode does not recognize tilde (~) for absolute file paths #32736

Closed
AndrewRayCode opened this issue Aug 17, 2017 · 3 comments
Closed

VSCode does not recognize tilde (~) for absolute file paths #32736

AndrewRayCode opened this issue Aug 17, 2017 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues search Search widget and operation issues

Comments

@AndrewRayCode
Copy link

  • VSCode Version: All
  • OS Version: OSX

Steps to Reproduce:

  1. Press command-p to open a file
  2. Paste in an absolute link to a file starting with tilde, as in ~/Desktop/some-file-that-exists.bmp

Expected result:

File path is found and openable

Actual result:

No file is found

Workaround:

Paste in the full expanded path, as in /Users/yourname/...

Reproduces without extensions: Yes

@vscodebot VSCodeBot bot added the workbench label Aug 17, 2017
@AndrewRayCode AndrewRayCode changed the title VSCode does not recognize tilde (~) for file paths VSCode does not recognize tilde (~) for absolute file paths Aug 17, 2017
@bpasero
Copy link
Member

bpasero commented Aug 18, 2017

That would be nice 👍

@bpasero bpasero assigned roblourens and unassigned bpasero Aug 18, 2017
@bpasero bpasero added quick-pick Quick-pick widget issues search Search widget and operation issues labels Aug 18, 2017
@roblourens roblourens added the good first issue Issues identified as good for first-time contributors label Oct 20, 2017
@roblourens
Copy link
Member

Paste in the full expanded path, as in /Users/yourname/...

This doesn't work for me. Currently quickopen is only looking at the relative paths of files inside the open workspace. Do you expect to be able to open files outside the workspace with an absolute path? I think that makes sense.

@shivammittal99
Copy link
Contributor

Is anybody still working on this. If not, I would like to work on this, with some help.
Thank you.

@bpasero bpasero removed the workbench label Nov 16, 2017
@roblourens roblourens added feature-request Request for new features or functionality and removed good first issue Issues identified as good for first-time contributors labels Nov 23, 2017
roblourens added a commit that referenced this issue Nov 27, 2017
Open File Handler now untildifies. Fixes #32736
@vscodebot VSCodeBot bot locked and limited conversation to collaborators Jan 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

4 participants