Forward tree search text to extension backend#7
Conversation
|
Thanks for your contribution, @phongtrinh1234 . |
58e086e to
7ecbcb0
Compare
jreineckearm
left a comment
There was a problem hiding this comment.
Nice, thanks a lot for these changes. Just one nit from code review.
Not tested yet in combination with eclipse-cdt-cloud/vscode-peripheral-inspector#75 Will approve once I had a chance to do so.
|
@phongtrinh1234 , please do NOT rebase this PR to |
|
Reverted the offending changes on |
Expose search text updates through vscode-messenger so extensions can implement backend search for large trees. Also document the new onDidSearchChanged event in the tree README.
7956836 to
ddd3117
Compare
jreineckearm
left a comment
There was a problem hiding this comment.
Thanks, @phongtrinh1234 ! Changes look good to me. Tested in combination with eclipse-cdt-cloud/vscode-peripheral-inspector#75
|
Congratulations on your first merged PR on |
This PR exposes search text updates from the CDTTree search feature
via vscode-messenger.
This is required to support backend search in the Peripheral Inspector
to address performance issues with large SVD files.
Related to:
eclipse-cdt-cloud/vscode-peripheral-inspector#71