New Docker extension setting name
With https://github.com/microsoft/vscode-docker/issues/3539 we have changed the name of a setting in the Docker extension.
Note: Please hold off on merging this until we release Docker extension version 1.23.0, tentatively in September.
/cc @ucheNkadiCode
/cc @chrmarti too since I updated the Remote - Containers doc
I made an update since we changed the setting name back to docker.environment.
@bwateratmsft Is there an ETA for the v1.23 update? I see we're still on v1.22 as of 10/13.
@ghogen We don't have an ETA yet but it's getting sooner. The big thing we're waiting on is changing to use the CLI only, that has finally made it to full-blown PR this week after months of being stuck on one thing or another.
@ghogen @gregvanl This can now be merged.
/cc @chrmarti for the update to the Remote Containers doc.
@bwateratmsft There are also references to docker.host and docker.context in the https://code.visualstudio.com/remote/advancedcontainers/develop-remote-host.
For example in https://code.visualstudio.com/remote/advancedcontainers/develop-remote-host#_a-basic-remote-example.
I'll merge and publish this PR but could you also update that topic in a follow-up PR? Thanks
Will do, thanks @gregvanl!
@bwateratmsft I think these should be all cases where we have this in documentation for Remote-Containers (renamed to Dev Containers). Let me know when there are any I miss. Thanks!