Docker: Add Docker Files to WorkspaceASP鈥ET CoreThe generated Dockerfile has an error on WORKDIR "/src/.". See below:

I have to remove double quote manually to remove the warning.

Is this kind of bug in vscode-docker?
@doggy8088 This is an issue with the linter where it isn't taking the quotation marks into account correctly. I have opened rcjsuen/dockerfile-utils#67 to track this.
Thank you for your bug report and have a great day!
@rcjsuen Thanks!
@rcjsuen Would we need a new version of dockerfile-utils published to consume the fix in https://github.com/rcjsuen/dockerfile-utils/commit/11ef5d225d05bc79cb6435a78c89123e8efc03e1?
@bwateratmsft You'll need a new version of the language server to get the fix. When are you planning to cut a new release?
The powers that be tell me sometime in the next couple weeks. @BigMorty to keep me honest.
We are actually planning a small release fairly soon, how soon could we integrate a new version of the language server with this fix? Otherwise the next release will be a number weeks out; we don't have a specific date at this time.
@BigMorty The size of the pull request is often rather miniscule (as the change is really a simple change to the package.json file). Let me tie up some loose ends and then I'll push out a new release for you.
@bwateratmsft @BigMorty Opened #1619 to upgrade the language server.
Should be fixed now by https://github.com/microsoft/vscode-docker/pull/1619.
Verified this is fixed.
@bwateratmsft, I assume we will integrate the new language server in our next major release?
@BigMorty Yep!
The fix for this is now available in Docker extension version 1.0.0.
Most helpful comment
@doggy8088 This is an issue with the linter where it isn't taking the quotation marks into account correctly. I have opened rcjsuen/dockerfile-utils#67 to track this.
Thank you for your bug report and have a great day!