vscode-docker
                                
                                 vscode-docker copied to clipboard
                                
                                    vscode-docker copied to clipboard
                            
                            
                            
                        The executing task is incorrect in terminal window if executing run image command after executing build image command
OS: Windows 10 Build Version: 20220713.1
Repro Steps:
- Open an Express app in VS Code and add Docker files to it.
- Right click the Dockerfile -> Build image.
- Navigate to the Image view -> Right click the express image and select "Run".
- Check whether the executing task is correct in terminal window.
Expect:
The executing task is correct in terminal window.

Actual:
The executing task is incorrect in terminal window.

More Info: The executing task is right if only executing run image command.
This was done on the PR build for #3555, so could be related to that.
@v-ruizh was this on VSCode Insiders or the main release? I was not able to reproduce on main.
@bwateratmsft Verified on the latest main Docker extension build 20220720.11, this issue also reproduces in VS Code Insiders. It does not reproduce in VS Code.
I am able to reproduce. This is only happening in Insiders and there haven't been changes in Docker in that area lately, so I suspect this must be a VSCode bug. I'll create an issue.
Verified this is fixed on the latest Insiders build.