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

Use terminal's cwd for links #27107

Closed
Tyriar opened this issue May 23, 2017 · 3 comments
Closed

Use terminal's cwd for links #27107

Tyriar opened this issue May 23, 2017 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality terminal Integrated terminal issues verification-needed Verification of issue is requested verified Verification succeeded

Comments

@Tyriar
Copy link
Member

Tyriar commented May 23, 2017

Related: #20676

One possible way we could do this is to call the following to get the cwd of the terminal:

lsof -p <pid> | grep cwd

Would need to find a way to do it on Windows.

@Tyriar Tyriar added feature-request Request for new features or functionality terminal Integrated terminal issues labels May 23, 2017
@Tyriar Tyriar added this to the Backlog milestone May 23, 2017
@Tyriar Tyriar self-assigned this May 23, 2017
@Tyriar Tyriar assigned Lixire and unassigned Lixire Jul 10, 2017
@Tyriar
Copy link
Member Author

Tyriar commented Jul 10, 2017

Getting the cwd on windows using WDK: https://stackoverflow.com/a/25853120/1156119

@Tyriar
Copy link
Member Author

Tyriar commented Dec 10, 2018

Fixed in #64750

@Tyriar Tyriar closed this as completed Dec 10, 2018
Tyriar pushed a commit that referenced this issue Dec 10, 2018
Tyriar added a commit that referenced this issue Dec 10, 2018
Fixes #27107 - User terminal's cwd for links
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2019
@Tyriar Tyriar added the verification-needed Verification of issue is requested label Jan 29, 2019
@Tyriar
Copy link
Member Author

Tyriar commented Jan 29, 2019

Verify on macOS or Linux, the feature isn't supported on Windows.

@octref octref added the verified Verification succeeded label Jan 30, 2019
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 terminal Integrated terminal issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants