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

textDocument/completion fails for variables if ARG has no variables defined #184

Closed
rcjsuen opened this issue Oct 6, 2017 · 0 comments
Closed
Assignees
Labels

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Oct 6, 2017

Trying to send a textDocument/completion request at the end of the RUN instruction to prompt for parameter names will fail.

FROM alpine
ARG
RUN echo $
Request textDocument/completion failed.
Message: Request textDocument/completion failed with message: Cannot read property 'getName' of null
@rcjsuen rcjsuen added the bug label Oct 6, 2017
@rcjsuen rcjsuen self-assigned this Oct 6, 2017
@rcjsuen rcjsuen closed this as completed in 34bbae8 Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant