Brandon Waterloo [MSFT]
Brandon Waterloo [MSFT]
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...
## Overview It's finally time (sorta, starting as just a draft)! This PR is _very_ big but it does a couple of key things: - Uses the Docker (and compose)...
We need an implementation of [`DockerApiClient`](https://github.com/microsoft/vscode-docker/blob/main/src/docker/DockerApiClient.ts) that uses CLI only. This will work better with a wider range of scenarios than the CLI + HTTP daemon through Dockerode + gRPC...
The rapidly-changing tree ID causes some misbehaviors. For example when a container moves from "a few seconds ago" to "a minute ago" it changes IDs, so if the user right-clicked...
Similar to how we want to do ACA implementation, let's move the App Service deployment out into the AppSvc extension. A soft dependency in the Docker extension can call a...
Tasks now support [icons](https://code.visualstudio.com/updates/v1_69#_icon-and-color-support). We should look into adding an icon for our tasks.
VSCode has updated its [UX guidelines](https://code.visualstudio.com/updates/v1_68#_ux-guidelines), and I think it would be a good idea to review the Docker extension and see what needs to change, if anything.
We should add support for deployment to Azure Container Apps. Potentially work with the ACA extension or with shared libraries. We should also consider having this replace the deployment to...
App Services cannot be deployed to custom locations. An error is shown:  This is likely a regression from #3419
Or use `AzExtFsExtra` which provides the same things using the VSCode `fs` API. This is more compatible with Codespaces and would be a required step toward _potentially_ having the extension...