Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/vscode-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: yelnatscoding/vscode-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    bab6c21 View commit details
    Browse the repository at this point in the history
  2. feat: optimize workspace search with performance improvements

    - Pre-compile regex patterns to avoid repeated compilation
    - Cache stringified metadata to reduce JSON serialization overhead
    - Extract input field  processing into reusable helper method
    - Add input validation to prevent performance issues from long search terms
    - Add comprehensive error handling for edge cases and malformed data
    yelnatscoding committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    3e340bf View commit details
    Browse the repository at this point in the history
  3. feat: add debouncing to workspace search for better user experience

    - Add 150ms debounce delay to prevent excessive search operations
    - Implement immediate clear functionality without debouncing
    - Add proper cleanup for debounce timers to prevent memory leaks
    - Improve search responsiveness, especially for users with many workspaces
    yelnatscoding committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    9dd25a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f103e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d186c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    448d947 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Update CHANGELOG.md

    Co-authored-by: ケイラ <mckayla@hey.com>
    yelnatscoding and aslilac authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    a5c0ceb View commit details
    Browse the repository at this point in the history
  2. removed redundant null safety fallbacks, added cache corruption preve…

    …ntion, update search filter logic to regex word boundaries
    yelnatscoding committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    de2dd41 View commit details
    Browse the repository at this point in the history
Loading