Lee Murray
90d · built 2026-07-24
90-day totals
- Commits
- 192
- Grow
- 2.9
- Maintenance
- 8.5
- Fixes
- 0.6
- Total ETV
- 12
30-day trajectory
Last 30 days vs. the 30 days before. Up arrows on Growth and ETV mean improvement; up arrow on Fixes share means more time on fixes (worse).
↑+42.4 %
vs 66 prior
↑+8.1 pp
recent vs prior
↓-6.3 pp
recent vs prior
Daily performance
Daily ETV, stacked by Growth, Maintenance and Fixes.
Work-mix over time
Share of Growth / Maintenance / Fixes over a rolling 7-day window. Reads as 'where is effort flowing right now'.
Repository spread
Where this developer's commits land. Concentrated work (top1 > 80%) vs polymath spread (top1 < 30%).
Most impactful commits
Top 20 by ETV in the 90-day window.
- 1.4ETVAgents: Add experimental tabbed workspace picker (#312773) * feat: add experimental tabbed workspace picker and related configurations * feat: enhance workspace picker UI and functionality with inline browse actions Co-authored-by: Copilot <copilot@github.com> * feat: refine tabbed workspace picker layout and improve workspace selection descriptions * feat: enhance tabbed workspace picker with inline browse item styling and auto-tab behavior * feat: improve auto-tab behavior in tabbed workspace picker on selection change * feat: refactor TabbedWorkspacePicker constructor to include additional services and reset user tab selection on workspace change * feat: refine auto-tab behavior in tabbed workspace picker to preserve active tab during session * feat: update label for repositories tab in tabbed workspace picker to "Cloud" * Enhance ActionListWidget maxWidth calculation and add description to workspace picker action * feat: Enhance workspace picker with category support for better organization - Updated IActionWidgetService to include an onPopupRendered callback for improved rendering control. - Modified ActionWidgetService to handle the new onPopupRendered parameter in show method. - Added category property to IAgentHostSessionWorkspaceOptions for workspace categorization. - Updated buildAgentHostSessionWorkspace to utilize the new category property. - Enhanced LocalAgentHostSessionsProvider to categorize workspaces as 'local'. - Updated CopilotChatSessionsProvider to categorize workspaces as 'local' or 'cloud' based on their source. - Enhanced RemoteAgentHostSessionsProvider to categorize workspaces as 'remote'. - Introduced SessionWorkspaceCategory type to standardize workspace categorization across providers. - Removed the experimental tabbed workspace picker as it is no longer needed. - Updated WorkspacePicker to support tabbed navigation based on workspace categories (local, cloud, remote). Co-authored-by: Copilot <copilot@github.com> * feat: Update action widget service to support customizable header rendering in workspace picker * refactor: unify workspace categorization with group labels - Updated ISessionWorkspace and ISessionWorkspaceBrowseAction interfaces to use a generic 'group' property instead of 'category' for workspace categorization. - Introduced well-known group labels: SESSION_WORKSPACE_GROUP_LOCAL, SESSION_WORKSPACE_GROUP_CLOUD, and SESSION_WORKSPACE_GROUP_REMOTE for consistent workspace grouping across the application. - Refactored various session providers (LocalAgentHost, RemoteAgentHost, CopilotChat) to utilize the new group labels in their browse actions and workspace definitions. - Adjusted CSS and picker logic to accommodate the new grouping mechanism, ensuring a seamless user experience when selecting workspaces. * feat: Enhance workspace picker keyboard navigation and focus handling * feat: Improve workspace picker tab handling and localization support * feat: Localize session workspace group labels for improved accessibility * feat: Expose _getAvailableTabs method for testing and enhance browseActions handling * feat: Implement TabbedActionListWidget for enhanced action management in workspace picker * feat: Refactor workspace picker to remove manage action index and integrate submenu for manage actions Co-authored-by: Copilot <copilot@github.com> * feat: Enhance TabbedActionListWidget with improved item building and styling Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · f06bbac2 · 2026-04-30
- 0.7ETVRefactor border-radius styles for consistency (#320065) * Refactor CSS border-radius properties to use variable values - Updated various CSS files to replace hardcoded border-radius values with corresponding CSS variables for consistency and maintainability. - Adjusted border-radius for elements in openInVSCode.css, sidebarActionButton.css, style.css, auxiliaryBarPart.css, chatCompositeBar.css, panelPart.css, projectBarPart.css, mobile styles, agentFeedback styles, changes view styles, and more. - Ensured that all instances of border-radius now utilize the defined variables such as --vscode-cornerRadius-small, --vscode-cornerRadius-medium, --vscode-cornerRadius-large, etc. Co-authored-by: Copilot <copilot@github.com> * style: unify border-radius for action bar items across components Co-authored-by: Copilot <copilot@github.com> * style: update border-radius to use small variable for titlebar and session button * style: update border-radius for chat input area in phone layout --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 248c024a · 2026-06-05
- 0.5ETVEnhance AI customization list layout and styling (#315993) * Implement section icons in group headers and adjust CSS for customization list * Refactor AI customization list widget: streamline template data and enhance section title styling Co-authored-by: Copilot <copilot@github.com> * Enhance AICustomizationListWidget: add back arrow and improve section title layout Co-authored-by: Copilot <copilot@github.com> * Refactor MCP and Plugin List Widgets: unify section title header structure and remove redundant footer Co-authored-by: Copilot <copilot@github.com> * Refactor AI Customization List Widget: adjust section title header padding and margin for improved layout Co-authored-by: Copilot <copilot@github.com> * Refactor MCP server item styles: adjust padding and hide server icon for improved layout Co-authored-by: Copilot <copilot@github.com> * refactor: remove unused back arrow injection method and adjust CSS styles for welcome prompts * style: update padding for customization list and welcome prompts Co-authored-by: Copilot <copilot@github.com> * refactor: enhance header layout handling and remove unused back slot in customization widgets Co-authored-by: Copilot <copilot@github.com> * style: stabilize header height and adjust padding for section titles and button outlines Co-authored-by: Copilot <copilot@github.com> * style: add whitespace text nodes for better link wrapping in section titles Co-authored-by: Copilot <copilot@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · f0fad94e · 2026-05-12
- 0.5ETVRefactor floating panels layout for improved edge ownership (#322543) * Enhance floating panels layout: add outer margins for sidebars and editors Co-authored-by: Copilot <copilot@github.com> * Adjust floating panels layout: update margin handling and introduce outer edge ownership logic Co-authored-by: Copilot <copilot@github.com> * Refine comments for floating panels: clarify edge ownership logic and gutter application * Refactor floating panels layout: implement outer gutter logic for edge ownership and update related CSS classes Co-authored-by: Copilot <copilot@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 471e60b5 · 2026-06-23
- 0.5ETVAdopt design tokens for font sizes and weights (#321124) * style: update font sizes and weights in sidebar and toolbar styles * style: adopt design tokens for font sizes and weights in various CSS files * style: adopt design tokens for font sizes, weights, and margins across various CSS files * style: adopt design tokens for font sizes and weights in agent feedback and host picker styles --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>github.com-microsoft-vscode · 05092bd8 · 2026-06-12
- 0.5ETVImprove activity bar styles for consistency and appearance (#322711) * style: enhance horizontal activity bar appearance with rounded backgrounds and consistent icon tinting * style: enhance activity bar appearance with rounded backgrounds and improved icon alignment Co-authored-by: Copilot <copilot@github.com> * Refactor activity bar styles for improved layout and consistency * Fix CSS syntax by adding missing semicolon in activity bar styles * Adjust activity bar and tab heights to 24px for improved consistency Co-authored-by: Copilot <copilot@github.com> * Fix CSS left property values in activity bar styles for consistency * Adjust activity bar positioning and ensure consistent height for text-label composites Co-authored-by: Copilot <copilot@github.com> * Add styles for 24px overflow control in activity bar for consistency Co-authored-by: Copilot <copilot@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 26238c2f · 2026-06-25
- 0.5ETVRefactor style overrides and add editor border (#322532) * refactor: unify style override class naming and introduce editor border styles - Changed all style override rules to be gated behind a single `.style-override` class instead of individual classes for each module. - Updated CSS files for keyboard focus, padding, pane headers, rounded corners, scroll shadows, status bar, tabs, and added a new editor border style. - The editor border style adds a subtle border around the editor area, enhancing visual separation from surrounding UI elements. Co-authored-by: Copilot <copilot@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 1770f89f · 2026-06-23
- 0.4ETVStyle overrides: Enhance Agent Sessions UI and add tests (#327112) * Enhance Agent Sessions UI: Update item and section heights, improve styling for better visibility and interaction Co-authored-by: Copilot <copilot@github.com> * Add tests for AgentSessionsListDelegate to verify height calculations and UI behavior Co-authored-by: Copilot <copilot@github.com> * Fix missing newline at end of file in agentSessionsListDelegate test * Add itemHeight and sectionHeight options to AgentSessionsControl and WelcomePage Co-authored-by: Copilot <copilot@github.com> * Refactor AgentSessionsControl to use a dedicated list delegate for improved height management Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · b037ac61 · 2026-07-23
- 0.3ETVCentralize Modern UI toggle (#322086) * refactor: rename floatingPanels setting to modernUI and update related configurations Co-authored-by: Copilot <copilot@github.com> * style: clarify comments regarding layout affecting modules and floating panels presentation Co-authored-by: Copilot <copilot@github.com> * fix: add deferred re-clamp for header size changes in Pane layout * feat: migrate legacy experimental settings to modernUI toggle * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · bf46ff6a · 2026-06-19
- 0.2ETVUpdate font sizes for consistency and readability (#325596) * Update font sizes in style overrides for consistency and readability Co-authored-by: Copilot <copilot@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · fb274aa7 · 2026-07-14
- 0.2ETVStyle overrides: Adjust hover highlights for floating panels (#326157) * style: adjust sash highlights for floating panels to align with card edges Co-authored-by: Copilot <copilot@github.com> * style: adjust hover highlight alignment for floating panels to match card edges Co-authored-by: Copilot <copilot@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * style: update floating panel outer-edge classes for consistent sash highlight alignment Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 54cf9c23 · 2026-07-16
- 0.2ETVStyle overrides: Add tests and refactor edge ownership logic for layout service (#323546) * Improve layout service logic for determining floating panel owners * Refactor getFloatingOuterEdgeOwners to use consistent panel group variable naming and add unit tests for edge ownership across layouts * Add test case for horizontal panel visibility in edge ownership logic Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 9bcfbb41 · 2026-06-29
- 0.2ETVStyle overrides: Improve layout consistency for floating panels and status bar (#325783) * style: update margins and paddings for floating panels and status bar for improved layout consistency * style: adjust status bar padding to account for border thickness Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · dd822976 · 2026-07-14
- 0.2ETVImprove styling and interaction for customization toolbar and CI status widget (#320419) * Enhance customization toolbar chevron visibility and header interaction * Improve CI Status Widget header styles and update collapsed state handling Co-authored-by: Copilot <copilot@github.com> * Update customization toolbar to use medium corner radius for improved styling Co-authored-by: Copilot <copilot@github.com> * Update icon color in customization toolbar to use standard foreground color Co-authored-by: Copilot <copilot@github.com> * Refactor CI Status Widget styles and update focus border comment for clarity Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · a3935851 · 2026-06-08
- 0.2ETVRefactor customization toolbar and sidebar button styles (#314994) * Refactor sidebar action button styles and update AI customization toolbar layout Co-authored-by: Copilot <copilot@github.com> * Update hover color for customization link button to match session list items Co-authored-by: Copilot <copilot@github.com> * Reduce gap size in sidebar action button styles from 10px to 6px * Refactor toolbar styles: remove unnecessary margins and adjust padding for alignment * Refactor customization toolbar styles: remove margin-left from chevron and update padding comments for alignment * Refactor button container styles for alignment and hover background consistency --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 7e9913ed · 2026-05-07
- 0.2ETVStyle overrides: Update tab background colors and add shadows override module (#323104) style: update tab background colors and add shadows override module Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · cfca77cf · 2026-06-26
- 0.2ETVStyle overrides: Add sash handles style override for improved UI visibility (#323464) * Add sash handles style override for improved UI visibility * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Adjust box-shadow values for vertical and horizontal sash handles for improved visibility Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 04682785 · 2026-06-29
- 0.2ETVStyle overrides: Enhance terminal UI and adjust scrollbar width (#325112) * Enhance terminal UI: Add breathing room to integrated terminal output and adjust scrollbar options for Modern UI Co-authored-by: Copilot <copilot@github.com> * Adjust Modern UI scrollbar width from 8 to 10 pixels * Reserve actual scrollbar width in terminal dimensions; condense JSDoc --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · 52696241 · 2026-07-09
- 0.1ETVRefactor CSS for bookmarks and getting started components (#324747) * Update CSS styles for extension and getting started components; adjust paddings, margins, and dimensions for improved layout * Refactor CSS for extension bookmarks and getting started components; adjust border radii and positioning for improved layout Co-authored-by: Copilot <copilot@github.com> * Remove unused CSS rules for activation status in extension list items * Update border-radius in extension icon styles to use CSS variable for consistency * Update border style for pre-release extension bookmarks to use CSS variable for stroke thickness * Remove unused padding styles for action labels in extension list items --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>github.com-microsoft-vscode · f2972e64 · 2026-07-07
- 0.1ETVUpdate input needed session animations with pulsing background (#322924) * Add pulsing yellow background for "Input needed" sessions in agent sessions viewer * style: update input needed session animations to avoid overpainting on selection * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>github.com-microsoft-vscode · 777e60a2 · 2026-06-25