-
Notifications
You must be signed in to change notification settings - Fork 522
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
Update language server version for fix: Dockerfile linting problems with variables in RUN instructions #952
Comments
Hi, @mrweiland. Thank you for your bug report. Can you share (or trim down) your Dockerfile and post it here? |
Ok - i take first part of docker file the problems starts at Remove-Item -Force -Recurse..
|
Thank you for posting your Dockerfile, @mrweiland.
|
Then we hope for a quick update on this issue. :) |
@mrweiland I have fixed the linting issue in rcjsuen/dockerfile-utils#60. It will take some time before it get adopted into this VS Code extension though. Thank you again for your bug report! |
Boy, Remy, you're fast! @rcjsuen Leaving this open so that we can track that we need to update to the new language server once there is a released version. |
@StephenWeatherford Haha, I knew you would reopen this for tracking purposes. Nobody likes seeing false positives so I'm just trying to do my job. :) |
Need to update our dependency on the lang server to 0.0.13. |
@rcjsuen Well, the bug's not actually fixed until it makes it to our repo. :-) Thanks for the quick response! |
@StephenWeatherford When do you plan to cut and release 0.7.0? |
Probably a couple weeks or so. |
@StephenWeatherford I understand. I'll try to get something for you all this week or next. Can someone change the title so that it says "Dockerfile linting problems with variables in RUN instructions"? The linting issue is not related to the |
I've opened #1078 to update the language server to 0.0.21. |
Im running VSCode
When i writing Dockerfile with escape=` i always get "lint" error in file - see below image.
Here you can see in dockerfile that it indicate error
I can build docker image still - but i guess this has something todo with vscode-docker extension and linting?
The text was updated successfully, but these errors were encountered: