Skip to content

feat: add recent connections management to profiler extension#47

Merged
brandochn merged 1 commit into
mainfrom
feature/add-recent-connections-panel-for-vs-code-extension
Apr 1, 2026
Merged

feat: add recent connections management to profiler extension#47
brandochn merged 1 commit into
mainfrom
feature/add-recent-connections-panel-for-vs-code-extension

Conversation

@brandochn
Copy link
Copy Markdown
Owner

  • Introduced RecentConnection interface to represent saved connections.
  • Implemented methods in ProfilerClient to retrieve and save recent connections.
  • Created RecentConnectionsPanelProvider to manage the display of recent connections in a webview.
  • Enhanced ProfilerPanelProvider to save the current connection as a recent connection upon stopping profiling.
  • Added UI elements in the webview for showing and selecting recent connections.
  • Implemented filtering and selection logic for recent connections in the webview.

- Introduced RecentConnection interface to represent saved connections.
- Implemented methods in ProfilerClient to retrieve and save recent connections.
- Created RecentConnectionsPanelProvider to manage the display of recent connections in a webview.
- Enhanced ProfilerPanelProvider to save the current connection as a recent connection upon stopping profiling.
- Added UI elements in the webview for showing and selecting recent connections.
- Implemented filtering and selection logic for recent connections in the webview.
@brandochn brandochn merged commit 8f4b801 into main Apr 1, 2026
1 check passed
@brandochn brandochn deleted the feature/add-recent-connections-panel-for-vs-code-extension branch April 1, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant