Uche Nkadi
Uche Nkadi
As our team has added the Docker Compose Language service to yaml files that are given the Docker Compose language designation in VS Code, users are getting dual suggestions in...
From within Docker Extension in Visual Studio Code: Steps to reproduce: 1. Build an image and tag it with correct path for Azure Container Registry (someusername.azurecr.io/someexpressapp:latest) 2. Push the latest...
As the user aims to complete their COPY command, we provide them with COPY ["hostFolderPath", "containerFolderPath"] And as they type in their full file paths (example below) WORKDIR /src COPY...
Description from @philliphoff "Suppose you were to add a Docker label "container-group" set to "", "", ..., "" to each set of related containers. For example, "container-group"="pj1" to each container...
In customer talks, it's become clear that our "view type definition" feature is not discoverable. I don't think it makes sense for someone to hover over the symbolic name (e.g...
From feedback in #7639, user would like to be able to name their deployment to a specific name. Question for @bhsubra, do we have the ability to tell the user...
When a user is creating a snippet, if they haven't created a parameter named location previously, I think it would be great to provide them an autofix to give them...
Similar to our Right click deploy feature, We want to eliminate our reliance on the Azure CLI as a user is using the Bicep extension. This helps in plenty of...
In order to scope our problem to the most common resources #6249, it would be great to be able to track, what are the most common completions for "resource blah...
When a user tries to build a file named "test3.bicep", if they happen to have a corresponding JSON that was not compiled from Bicep they receive this message  In...