-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Task icon for terminal tab entry does not update with task label when terminal is reused #179337
Comments
Perhaps this vscode/src/vs/workbench/contrib/terminal/browser/terminalView.ts Lines 549 to 567 in 64eb9bc
|
I'll go and try to fix this |
… with task label when terminal is reused
…pdate fix #179337 Task icon for terminal tab entry does not update with task label when terminal is reused
Looks like it's now working with the insiders release! output.webmVS Code version: Code - Insiders 1.78.0-insider (208bbb0, 2023-04-20T05:21:04.496Z) System Info
A/B Experiments
|
Type: Bug
When a terminal is reused by different tasks, the
icon
in it's terminal tabs entry is never updated to reflect the current task that is reusing it. One would expect that just as how the label for the terminal's tab entry updates to match thelabel
for the latest task, that it's icon would similarly be updated to provide a consistent visual and textual feedback of the terminal's current task status.Steps to Reproduce:
Using the example
tasks.json
included below:Tasks: Run Tasks
->debug-start
Tasks: Run Tasks
->debug-stop
OR
Tasks: Run Tasks
->Start then Stop
.vscode/tasks.json
Expected:
Observed:
DOM HTML Snippet
VS Code version: Code - Insiders 1.78.0-insider (8f74fbf, 2023-04-05T05:27:51.301Z)
OS version: Linux x64 5.19.0-38-generic
Modes:
Sandboxed: Yes
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: