-
Notifications
You must be signed in to change notification settings - Fork 489
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
Seeing "python.linting." are deprecated errors on latest universal linux image. #844
Comments
Thank you for filing! I'd love to get @samruddhikhandale's thoughts. |
Thanks for looping me in. The deprecated settings were removed and released in the #826 release. Hence, However, if you were using codespaces cached image, then there is some delay and you shouldn't have got @vandiesel22 are you still seeing this issue? |
Thanks for the response. As of this morning We are using From https://mcr.microsoft.com/en-us/product/devcontainers/universal/tags it seems we are using the latest image but we continue to see the pylint errors listed above. Also I should note we do not pin the images so we are always pulling the latest image from Microsoft. I am unsure if the change has been populated to all images? Thanks, |
Hi, Thanks for reporting and apologies for missing this out. @vandiesel22 I believe you are using Codespaces? Was able to reproduce as well, I have a Codespace PR open to clean this up. |
Closing as this is fixed, feel free to reopen if it pops back up. Thanks! |
@samruddhikhandale yes we are using codespaces. And I can confirm we are no longer seeing the warn. Thank you! |
Currently when we boot up codespaces we continue to see the following errors show up:
As part of our investigation we did ensure that we removed any references of
python.linting
within our code base so we can confirm we do not have any of the deprecated linting settings enabled. Just to make sure however we did start up a codespaces in a repo that had no settings and only the base image configured, we continued to see the linting errors.Within our
devcontainer.json
we are currently configured to use the imagemcr.microsoft.com/devcontainers/universal:linux
. We can confirm that we are pulling the following SHA,b2283ca173f95538dbb9db429d25f48b4e37552c51771ce3d467ac4851e891db
, which seems to align with the current latest shown on https://mcr.microsoft.com/en-us/product/devcontainers/universal/tags.Upon some inspection within codespaces we found that the following settings are within
/home/codespace/.vscode-remote/data/Machine/settings.json
.As far as we can tell it seems these settings should have been removed with the following PR, https://github.com/devcontainers/images/pull/671/files. So it leads us to believe that although we are pulling the latest image, the latest image may not contain all of the latest changes?
Curious if anyone may have thoughts.
Thanks
The text was updated successfully, but these errors were encountered: