File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 24
24
- Add binary signature verification. This can be disabled with
25
25
` coder.disableSignatureVerification ` if you purposefully run a binary that is
26
26
not signed by Coder (for example a binary you built yourself).
27
- - Add search functionality to the "All Workspaces" view with performance optimizations.
28
- - Implement smart search that prioritizes exact word matches over substring matches.
29
- - Add debounced search input (150ms delay) to improve responsiveness during typing.
30
- - Pre-compile regex patterns and cache metadata strings for better performance.
31
- - Include comprehensive error handling for malformed data and edge cases.
32
- - Add input validation to prevent performance issues from long search terms.
27
+ - Add search functionality to the "All Workspaces" view.
33
28
34
29
## [ v1.9.2] ( https://github.com/coder/vscode-coder/releases/tag/v1.9.2 ) 2025-06-25
35
30
You can’t perform that action at this time.
0 commit comments