Skip to content

Add a simple docker stats palette command#3230

Merged
bwateratmsft merged 1 commit intomainfrom
bmw/stats
Sep 23, 2021
Merged

Add a simple docker stats palette command#3230
bwateratmsft merged 1 commit intomainfrom
bmw/stats

Conversation

@bwateratmsft
Copy link
Collaborator

@bwateratmsft bwateratmsft commented Sep 23, 2021

Fixes #3063.

Unrelatedly, it fixes some warnings in webpack.config.js itself, along with some warnings produced by webpack about ssh2 that was causing VSCode to think webpack did not finish--and it wouldn't F5 the extension.

@bwateratmsft bwateratmsft requested a review from a team as a code owner September 23, 2021 15:41
{
"command": "vscode-docker.containers.stats",
"title": "%vscode-docker.commands.containers.stats%",
"category": "%vscode-docker.commands.category.docker%"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is intentionally %vscode-docker.commands.category.docker% instead of %vscode-docker.commands.category.dockerContainers%. I thought it looked better if the command name in the palette was "Docker: Stats" rather than "Docker Containers: Stats".

@bwateratmsft bwateratmsft merged commit 5174759 into main Sep 23, 2021
@bwateratmsft bwateratmsft deleted the bmw/stats branch September 23, 2021 18:34
@microsoft microsoft locked and limited conversation to collaborators Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docker stats

2 participants