-
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
GH-7909: Inline variable values in editor. #7921
Conversation
This PR is ready for the review/preview. |
I think this state does not belong to the widget, but |
Sure. I hated to reset the desired launch config during the development, so that's why the messy fix. Regarding the required changes; it is a little bit tricky. There is no clear event on the |
I meant we could preserve current in https://github.com/eclipse-theia/theia/blob/master/packages/debug/src/browser/debug-configuration-manager.ts and restore it on the initialization, i.e. on first |
Sure sure, I understood it, as we do for the editor navigation history. I will open a separate PR for that. |
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.
Code changes look good. I've tried to debug our Mocha tests and inline variable values are properly rendered as I step over.
The only question whether we need a CQ for copied code.
I am going to take care of it. |
@marcdumais-work, can you please confirm whether we need a new CQ for this PR or not? Thank you!
|
Hi @kittaakos , I believe so - AFAIK we've never requested these files examined for "forking" (CQ type B). Please use links to the upstream vscode repo when opening the CQ. |
Also, please add the Microsoft copyright header in file: |
Good point, thanks! |
Closes #7909. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
I gave this PR a quick try on Gitpod. I installed It worked nicely! |
@marcdumais-work, how long does it usually take to get a CQ approved? I have seen an almost prompt approval (with the |
The CQ above looks good - it has one approval so far from a PMC member. It has been opened 2 work days ago, so I'd give it a couple more, and then "ping" on the CQ itself if still unresolved. |
@marcdumais-work, does it make sense to ask about the CQ on Bugzilla? |
I am not sure that there is a better way. I remember @akosyakov having some success with pinging. Let me give it a try. |
Maybe already vacation time 🌴 |
We have an update, I can see:
And also
Is it yes or no? 😕 |
We can merge when CQ has |
Thank you all for the help on this PR. |
Closes #7909.
Signed-off-by: Akos Kitta kittaakos@typefox.io
What it does
How to test
Review checklist
Reminder for reviewers