-
Notifications
You must be signed in to change notification settings - Fork 30
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: c26018f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yelnatscoding/vscode-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de2dd41
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 2 contributors
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bab6c21 - Browse repository at this point
Copy the full SHA bab6c21View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3e340bf - Browse repository at this point
Copy the full SHA 3e340bfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9dd25a8 - Browse repository at this point
Copy the full SHA 9dd25a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f103e5 - Browse repository at this point
Copy the full SHA 8f103e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d186c7 - Browse repository at this point
Copy the full SHA 2d186c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448d947 - Browse repository at this point
Copy the full SHA 448d947View commit details
Commits on Jul 30, 2025
-
Co-authored-by: ケイラ <mckayla@hey.com>
Configuration menu - View commit details
-
Copy full SHA for a5c0ceb - Browse repository at this point
Copy the full SHA a5c0cebView commit details -
removed redundant null safety fallbacks, added cache corruption preve…
…ntion, update search filter logic to regex word boundaries
Configuration menu - View commit details
-
Copy full SHA for de2dd41 - Browse repository at this point
Copy the full SHA de2dd41View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff c26018f...de2dd41