Karliz24 / Marley-

0 stars 0 forks source link

I love the new feature that extension updates do not require the whole window reload. #3

Open Karliz24 opened 2 months ago

Karliz24 commented 2 months ago

I love the new feature that extension updates do not require the whole window reload. But right now it still requires an action from me to click on "Restart Extensions".

Can you remind me why don't we just restart the EH automatically on extension update? Are we afraid that we might break some other extension? Can we do some detection to see if it is "safe" to restart automatically? Or can we do some heuristic - if user is not active in VS Code for 5mins we just do it?

The downside of the current approach is that it requires manual restart, and clicking on that button does not give any positive UI feedback (it feels like a no-op).

Image

Also heard this feedback from @chrisdias

Publicación original de @isidorn en https://github.com/microsoft/vscode/issues/214424

Karliz24 commented 2 months ago

I love the new feature that extension updates do not require the whole window reload. But right now it still requires an action from me to click on "Restart Extensions".

Can you remind me why don't we just restart the EH automatically on extension update? Are we afraid that we might break some other extension? Can we do some detection to see if it is "safe" to restart automatically? Or can we do some heuristic - if user is not active in VS Code for 5mins we just do it?

The downside of the current approach is that it requires manual restart, and clicking on that button does not give any positive UI feedback (it feels like a no-op).

Image

Also heard this feedback from @chrisdias

Publicación original de @isidorn en https://github.com/microsoft/vscode/issues/214424

Mlk