Fixed forced project view#795
Merged
jesseduffield merged 1 commit intoApr 19, 2026
Merged
Conversation
8106125
into
jesseduffield:copilot/disable-forced-project-view
5 checks passed
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Apr 21, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker) | patch | `v0.25.0` → `v0.25.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>jesseduffield/lazydocker (jesseduffield/lazydocker)</summary> ### [`v0.25.2`](https://github.com/jesseduffield/lazydocker/releases/tag/v0.25.2) [Compare Source](jesseduffield/lazydocker@v0.25.0...v0.25.2) #### Changelog - [`697cd44`](jesseduffield/lazydocker@697cd44) Add some claude stuff - [`b17d474`](jesseduffield/lazydocker@b17d474) Fixed forced project view - [`e3c1c86`](jesseduffield/lazydocker@e3c1c86) Hide project/services panels when not in a docker-compose project - [`ebce4fc`](jesseduffield/lazydocker@ebce4fc) Initial plan - [`9134abe`](jesseduffield/lazydocker@9134abe) Merge pull request [#​776](jesseduffield/lazydocker#776) from jesseduffield/copilot/disable-forced-project-view - [`8106125`](jesseduffield/lazydocker@8106125) Merge pull request [#​795](jesseduffield/lazydocker#795) from ddibiasi/copilot/disable-forced-project-view - [`7e7aadc`](jesseduffield/lazydocker@7e7aadc) Merge pull request [#​797](jesseduffield/lazydocker#797) from jesseduffield/support-p-flag - [`3974f6f`](jesseduffield/lazydocker@3974f6f) Support -p flag and DRY up code - [`f5ff116`](jesseduffield/lazydocker@f5ff116) Use IsProjectScoped at remaining call sites + add test </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzYuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEzNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6cGF0Y2giXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix incorrectly hidden containers of other projects (as commented here), caused by #776.
Fixes #775