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

Completion items are showing up in comments #190

Closed
rcjsuen opened this issue Nov 8, 2017 · 0 comments
Closed

Completion items are showing up in comments #190

rcjsuen opened this issue Nov 8, 2017 · 0 comments
Assignees
Labels

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Nov 8, 2017

FROM node
# 
RUN ls

Completion items will show up on the comment on the second line in the above Dockerfile. The extra line seems to be the source of the bug. The following Dockerfile where the comment is the last line in the Dockerfile does not exhibit this problem.

FROM node
# 
@rcjsuen rcjsuen added the bug label Nov 8, 2017
@rcjsuen rcjsuen self-assigned this Nov 8, 2017
@rcjsuen rcjsuen closed this as completed in 3026f41 Nov 8, 2017
rcjsuen added a commit that referenced this issue Nov 8, 2017
Signed-off-by: Remy Suen <remy.suen@gmail.com>
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