Skip to content

Do not hide notifications without prompt when window has no focus #80285

Closed
microsoft/azuredatastudio
#7206
@SteveBenz

Description

@SteveBenz

Issue Type: Bug

If an extension posts a notification while VSCode is, say, minimized, the user has to actively search for the notification in order to see it.

While the 15-second timer on notifications is generally a good thing, the 15 seconds should only tick while VSCode is in-focus.

Here are some examples of cases where notifications might pop up while VSCode is not focused:

  1. An extension that's monitoring for changes to the branch that the user is coding on.
  2. An extension that monitors for work items or pull requests assigned to the user.
  3. An extension that checks for updates for itself.

VS Code version: Code 1.37.1 (f06011a, 2019-08-15T16:17:55.855Z)
OS version: Windows_NT x64 10.0.18975

System Info
Item Value
CPUs Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz (12 x 3492)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.92GB (10.38GB free)
Process Argv .
Screen Reader no
VM 0%
Extensions (4)
Extension Author (truncated) Version
tslint eg2 1.0.44
vscode-nmake-tools Mic 2.0.190702001
cpptools ms- 0.25.1
quokka-vscode Wal 1.0.240

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions