Brandon Waterloo [MSFT]

Results 52 issues of 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...

don't merge
containers

## 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...

P1
feature
documentation

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...

enhancement

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...

Azure/ACR
feature

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.

enhancement
investigate

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...

Azure/ACR
feature

App Services cannot be deployed to custom locations. An error is shown: ![](https://user-images.githubusercontent.com/36966225/155741268-0f5d487a-900c-4730-ae6f-4f11d07cac2d.png) This is likely a regression from #3419

bug
AT-CTI
external
blocked

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...

engineering