Update notification UI in vscode to help highlight new integrations like WSL2 #34
Unanswered
satyapramodh
asked this question in
General
Replies: 1 comment
-
Thanks for filing. May move/re-create on the VSCode repo since this is VSCode specific, but happy to have this issue land here first, either way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Windows 10, 2004
v.19041.450
VS Code:
Version: 1.48.0 (user setup)
Commit: db40434f562994116e5b21c24015a2e40b2504e6
Date: 2020-08-13T07:50:42.600Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.19041
Description
After installing windows 10 2004 , I enabled WSL2 but I was not aware of how vs code extensions remote-wsl, remote-containers existed/worked. @bitcrazed pointed to me on twitter regarding the VS notification toast that may have triggered.
I realized then that, for my daily uses I ignore/dismiss most (useful or noise) vs code toasts as i feel i get a lot of them and it became a habit. And so i missed the WSL related notification. With Rich's idea, I got to thinking how that experience can be improved. Dynamic notification UI based on the notification type might help general user's brains figure out noise from important ones.
My general idea of notifications types are:
Proposed Behavior
Here are possible, silly notification/toast UI
vscode notification showing WSL-ubuntu related info
vscode notification showing python lang related info
Actual behavior
current vscode extension ui
Beta Was this translation helpful? Give feedback.
All reactions