MCPcopy Create free account
hub / github.com/codeaashu/claude-code / disableHintRecommendations

Function disableHintRecommendations

src/utils/plugins/hintRecommendation.ts:156–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154
155/** Called when the user picks "don't show plugin installation hints again". */
156export function disableHintRecommendations(): void {
157 saveGlobalConfig(current => {
158 if (current.claudeCodeHints?.disabled) return current
159 return {
160 ...current,
161 claudeCodeHints: { ...current.claudeCodeHints, disabled: true },
162 }
163 })
164}
165

Callers 1

Calls 1

saveGlobalConfigFunction · 0.85

Tested by

no test coverage detected