Skip to content

Commit 2e0e637

Browse files
hannesrudolphdaniel-lxs
authored andcommitted
feat: diagnostic settings working correctly - checkbox state persists, slider adjustments maintain checkbox state
- Fixed synchronization bugs between checkbox and slider - Settings now persist correctly across sessions - Removed debug logging from ClineProvider - Ready for UI improvements
1 parent 6afc75a commit 2e0e637

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,16 +1734,6 @@ export class ClineProvider
17341734
maxDiagnosticMessages: stateValues.maxDiagnosticMessages ?? DEFAULT_MAX_DIAGNOSTIC_MESSAGES,
17351735
}
17361736

1737-
// Log diagnostic settings retrieval
1738-
DiagnosticDebugLogger.getInstance().log("ClineProvider.getState", "Retrieved diagnostic settings from state", {
1739-
includeDiagnosticMessages: stateValues.includeDiagnosticMessages,
1740-
maxDiagnosticMessages: stateValues.maxDiagnosticMessages,
1741-
defaultsApplied: {
1742-
includeDiagnosticMessages: stateValues.includeDiagnosticMessages === undefined,
1743-
maxDiagnosticMessages: stateValues.maxDiagnosticMessages === undefined,
1744-
},
1745-
})
1746-
17471737
// Return the same structure as before
17481738
return {
17491739
apiConfiguration: providerSettings,

0 commit comments

Comments
 (0)