-
Notifications
You must be signed in to change notification settings - Fork 538
Turn Docker extension into an extension pack #4567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* Setting IDs and names have changed. These will be migrated automatically for you. | ||
* Command IDs and names have changed. This may affect your keybindings. | ||
* Registry connections will not be migrated due to technical limitations. | ||
* TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a great changelog entry so this needs work.
|
||
You can start Azure CLI (command-line interface) in a standalone, Linux-based container with **Docker Images: Run Azure CLI** command. This gives you access to the full Azure CLI command set in an isolated environment. For more information on available commands, see [Get started with Azure CLI](https://docs.microsoft.com/cli/azure/get-started-with-azure-cli?view=azure-cli-latest#sign-in). | ||
## Overview | ||
TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot to do still on this readme.
}, | ||
"extensionDependencies": [ | ||
"vscode.docker", | ||
"vscode.yaml" | ||
"ms-azuretools.vscode-containers" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added Container Tools as a dependency, rather than extension pack. This allows for the Docker Extension Pack to be uninstalled, without uninstalling Container Tools.
The code has been moved to https://github.com/microsoft/vscode-containers, it will not be permanently deleted.
Read more here.