You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a regex mode to find in files by @marein in 6458658.
The .* control in the search field switches to regular expressions. Patterns come without delimiters, match case insensitively, and ^ and $ anchor at line boundaries.
Fix dead notification links of deleted projects by @marein in 6b318c2.
A notification whose project or terminal is gone is cleared at startup instead of linking nowhere.
Run LSP containers as the cockpit user by @marein in c6e3dcf.
The language servers no longer leave root owned files in their cache.