-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Notification Center and Progress Service #5830
Conversation
0d2db8b
to
56dda5f
Compare
It looks much better! Really nice work 👍 |
56dda5f
to
cddf372
Compare
7ebf6b1
to
4d7afd0
Compare
It works very good! I use VSCode sample to test it. |
You are right @evidolob! ✔️ |
a03db41
to
b255106
Compare
packages/messages/src/browser/notification-center-component.tsx
Outdated
Show resolved
Hide resolved
066b83b
to
9288f26
Compare
9288f26
to
9443557
Compare
@westbury, thanks for sharing!
✔️ |
I notice that you allow |
9443557
to
2528bb7
Compare
@westbury We are planning to extend APIs to cover any location. Actually it is already possible in the current state of PR, see |
It would be nice if someone else try it with VS Code extensions contributing progress information. |
@AlexTugarev Where can I see source code of a command to understand what it is supposed to do? |
Also please update changelog. Is it breaking btw? |
|
@akosyakov don’t get this. You’re referring to hiding of all notifications, right? That has the same icon as collapse; I’ll replace this to avoid confusion. If you just hide them and not clear them, you should be able to see them again when you open the center, e.g from status bar. What is it what you expect? I think this part meets vscode. |
4766828
to
c02efb3
Compare
c02efb3
to
a9929f7
Compare
@AlexTugarev i meant something like |
a9929f7
to
057ccae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested with the git native and vscode extensions mentioned in How to test
section. It behaves well and code looks good. But please sort out context keys before merging.
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
Rework of `withProgress` in plugin. Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
Signed-off-by: Alex Tugarev <alex.tugarev@typefox.io>
057ccae
to
0aa99cf
Compare
@AlexTugarev i've gave it a try again, it works nicely, please merge. |
What this does
esc
window
location) to coreHow to test
>TXT:
commands from https://github.com/AlexTugarev/txt/raw/master/txt-0.0.1.vsixCQs
react-perfect-scrollbar
✔️Fixes #1360
Fixes #5635
Fixes #5415