Add search and extension-host filter to Running Extensions - #328402
Open
Aaditya Sriram (aadisriram) wants to merge 3 commits into
Open
Add search and extension-host filter to Running Extensions#328402Aaditya Sriram (aadisriram) wants to merge 3 commits into
Aaditya Sriram (aadisriram) wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds search and extension-host filtering to the Running Extensions editor.
Changes:
- Adds display-name/ID search and host filtering.
- Adds a fixed filter header with aligned controls.
- Wires the context-view service into the editor.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
abstractRuntimeExtensionsEditor.ts |
Implements filtering and filter controls. |
runtimeExtensionsEditor.css |
Styles the filter header and controls. |
runtimeExtensionsEditor.ts |
Injects the context-view service. |
Author
|
@microsoft-github-policy-service agree |
- abstractRuntimeExtensionsEditor.ts: Add a sticky header with search input and host SelectBox; keep the full resolved list and filter in memory by name/id and by Local/Remote/per-host running location. - runtimeExtensionsEditor.css: Style the sticky filter chrome (distinct background, border, shadow) and align search/dropdown height, padding, and spacing with native editor UI. - runtimeExtensionsEditor.ts: Wire IContextViewService through the desktop editor constructor for the new InputBox/SelectBox controls.
Aaditya Sriram (aadisriram)
force-pushed
the
aaditya/running-extensions-search-filter
branch
from
July 31, 2026 12:47
9ec020b to
ccabac8
Compare
…input height overflow, use strokeThickness for header border.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
abstractRuntimeExtensionsEditor.ts: sticky header with search + hostSelectBox; in-memory filtering over resolved runtime extensionsruntimeExtensionsEditor.css: sticky header styling, matched 28px control heights, spacing/border/shadowruntimeExtensionsEditor.ts: passIContextViewServicethrough for the new controlsScreenshots
Overview (sticky search + host filter)
Search filtering
Test plan
extensions.experimental.affinity, per-host options (e.g. Local Process 2) appear and filter correctly