Brandon Waterloo [MSFT]
Brandon Waterloo [MSFT]
The latest nightly build of the Docker extension can be installed by anybody. To do so: 1. Download the VSIX from the "Published Artifacts" link here (in the `vsix` artifact,...
(See title) At the time we added the feature to suggest installing Docker Desktop, it did not exist for Linux. But it does now! So we should suggest it.
For images: 1. Ability to remove an entire image group 2. Removal will still constitute the current behavior of untagging, which may remove the image altogether or just the tag...
The [Authentication Provider API](https://code.visualstudio.com/api/references/vscode-api#authentication) has been finalized, so we should look into using it for registry auth. Also, we should register an authentication provider for Docker Hub, if possible, which...
# Docker Registry Provider Extensibility Model ## Motivation Several concerns around registry providers have motivated us to explore a better extensibility model for supplying additional providers. These include: 1. Scalability--we...
I'm going to create an umbrella issue to cover the requests for additional language/platform support. Having one issue will make triage easier for us. Similar to #869. In no particular...
With #2592 / #2652 we added some nice Handlebars-templated tooltips to the explorer views. We should look at making them user-customizable.
This came up from https://github.com/microsoft/vscode-docker/issues/1292 originally. It seems like Node.js does DNS lookups every single HTTP request: https://github.com/nodejs/node/issues/5893 Supposedly, this can be resolved by configuring a system-wide DNS cache, or...
Originally opened by @sureshsankaran in https://github.com/microsoft/vscode-docker/issues/1169 > Test setup: > Docker extension version - Alpha version built from source code as it is on July 27, 2019. > Docker engine...
Currently the WinForms SDK does not contribute the "WindowsForms" ProjectCapability. It is contributed by [Microsoft.Managed.DesignTime.targets](https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/DesignTimeTargets/Microsoft.Managed.DesignTime.targets) but that does not apply outside of VS. The ProjectCapability should be explicitly contributed by...