microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.49k stars 29.38k forks source link

UX issue: When choosing "Check for updates" from actions panel, no UI changes/progress appear #198792

Closed vfonic closed 12 months ago

vfonic commented 12 months ago

Type: Bug

I can see that, when I click on "Code" in macOS menu bar, that VS Code is downloading updates. But, when I chose an action in action bar, I'd expect some, any kind of visual confirmation that something is happening, without me having to click on a menu item to find it.

VS Code version: Code 1.82.2 (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d, 2023-09-14T06:00:27.244Z) OS version: Darwin arm64 22.5.0 Modes: Unsupported

System Info |Item|Value| |---|---| |CPUs|Apple M1 Pro (10 x 24)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
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: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|4, 3, 3| |Memory (System)|16.00GB (0.04GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (38) Extension|Author (truncated)|Version ---|---|--- vscode-ruby-json|ada|2.0.2 jsonl|Alp|0.0.1 vscode-custom-css|be5|7.2.1 vscode-tailwindcss|bra|0.10.3 vscode-toggle-quotes|Bri|0.3.6 vscode-eslint|dba|2.4.2 prettier-vscode|esb|10.1.0 vscode-todo-plus|fab|4.19.1 auto-close-tag|for|0.5.14 macros|ged|1.2.1 copilot|Git|1.138.0 copilot-chat|Git|0.7.1 copilot-labs|Git|0.17.1121 vscode-graphql|Gra|0.8.20 vscode-graphql-syntax|Gra|1.2.2 shifter|Gru|0.0.6 bust-a-gem|gur|0.1.8 vscode-test-explorer|hbe|2.21.1 vscode-change-case|hjd|1.4.0 vscode-rdbg|Koi|0.2.1 graphql-for-vscode|kum|1.15.3 ruby-rubocop-revived|Lor|0.9.5 stimulus-lsp|mar|0.2.1 vscode-json5|mrm|1.0.0 playwright|ms-|1.0.17 sublime-keybindings|ms-|4.0.10 test-adapter-converter|ms-|0.1.8 abracadabra|nic|8.1.4 vscode-gem-lens|nin|0.4.3 vscode-json-transform|oct|0.1.2 run-on-save|puc|1.6.0 theme-check-vscode|Sho|1.14.0 shopify-liquid|sis|4.0.1 code-spell-checker|str|3.0.1 tabnine-vscode|Tab|3.36.0 mechanic-liquid|tim|0.0.18 endsitter|vfo|2.0.0 vscode-ruby|win|0.28.0
vscodenpa commented 12 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.84.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

vfonic commented 12 months ago

Well, now I get a modal window: There are no new updates.

So I cannot check if, when there are new updates, there's any change in the UI or not.

Just to clarify, I'm not talking about automatic updates in the background. I have automatic updates disabled.

I'm talking about user calling a certain action and then expecting some feedback in the UI so that he knows he actually called the action and something is happening.

gjsjohnmurray commented 12 months ago

Related to https://github.com/microsoft/vscode/issues/137344#issuecomment-1039007787 which describes Windows behaviour.

vfonic commented 12 months ago

@gjsjohnmurray yes, this is the exact same issue. Perhaps mark this one as duplicate and close it?

gjsjohnmurray commented 12 months ago

/duplicate

vscodenpa commented 12 months ago

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!