We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ESC : e e:\src\PowerShell\build.psm1
open the file e:\src\PowerShell\build.psm1
attempt to open the file c:\current\dir\e:\src\PowerShell\build.psm1 and offer to create that file
c:\current\dir\e:\src\PowerShell\build.psm1
The text was updated successfully, but these errors were encountered:
@lzybkr currently the way we handle path is using current folder as base path. Apparently we can improve this feature.
Sorry, something went wrong.
Seems like we should figure out whether the path is an absolute path. Otherwise assume it's relative.
We should probably use some sort of path resolver module. Lots of tricky edge cases here.
path.isAbsolute already does the trick :)
path.isAbsolute
ad7a66f
No branches or pull requests
What did you do?
ESC : e e:\src\PowerShell\build.psm1
What did you expect to happen?
open the file e:\src\PowerShell\build.psm1
What happened instead?
attempt to open the file
c:\current\dir\e:\src\PowerShell\build.psm1
and offer to create that file
Technical details:
The text was updated successfully, but these errors were encountered: