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
when I'm writing docker file it would be handy to show the IntelliSense path when referring to a local folder
COPY ./../somewhere/in/my-computer ./somewhere/in/the/docker
the first part of the COPY command could get benefit of this featuer.
COPY
The text was updated successfully, but these errors were encountered:
Hey @mhamri , sorry for the very late response.
Did you find a solution for your problem in the meantime?
Sorry, something went wrong.
no, I right click on the file that I want and copy their reference and then modify the path manually.
I tested it out on my machine. So what works is the following. What doesn't work is path completion in non-string paths.
No branches or pull requests
when I'm writing docker file it would be handy to show the IntelliSense path when referring to a local folder
the first part of the
COPY
command could get benefit of this featuer.The text was updated successfully, but these errors were encountered: