From 106dd0365d04a2d2fc082401701324e748b272cc Mon Sep 17 00:00:00 2001 From: Theodor Midtlien Date: Tue, 15 Sep 2026 15:51:05 +0200 Subject: [PATCH] Update client/internal/debug/debug.go Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- client/internal/debug/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/debug/debug.go b/client/internal/debug/debug.go index 749f47a8d..20dc87b7e 100644 --- a/client/internal/debug/debug.go +++ b/client/internal/debug/debug.go @@ -827,7 +827,7 @@ func collectProfilesInDir(dir string, active *profilemanager.ActiveProfileState) } func isProfileJSON(name string) bool { - return strings.HasSuffix(name, profileJSONSuffix) && !strings.HasSuffix(name, profileStateJSONSuffix) +return strings.HasSuffix(name, profileJSONSuffix) && !strings.HasSuffix(name, profileStateJSONSuffix) && !strings.HasSuffix(name, ".prefs.json") } func newProfileEntry(id, path string, active *profilemanager.ActiveProfileState) profileEntry {