this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update claude code config

+7 -6
+7 -6
.claude/settings.json
··· 3 3 "commit": "", 4 4 "pr": "" 5 5 }, 6 - "autoUpdatesChannel": "stable", 7 - "enabledPlugins": { 8 - "typescript-lsp@claude-plugins-official": true 9 - }, 10 6 "permissions": { 11 7 "allow": [ 12 8 "WebFetch(domain:raw.githubusercontent.com)", ··· 14 10 "WebFetch(domain:pnpm.io)", 15 11 "WebFetch(domain:pypi.org)" 16 12 ] 17 - } 18 - } 13 + }, 14 + "enabledPlugins": { 15 + "typescript-lsp@claude-plugins-official": true, 16 + "ruby-lsp@claude-plugins-official": true 17 + }, 18 + "autoUpdatesChannel": "stable" 19 + }