feat(claude/settings): toggle rust-analyzer-lsp and sentry plugins

Enable rust-analyzer-lsp plugin for Rust development support and
disable sentry plugin as it's not currently needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 19:02:09 +00:00
parent 8969997846
commit 4086bf5140

View File

@@ -93,9 +93,9 @@
"plugin-dev@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": false,
"ralph-loop@claude-plugins-official": false,
"rust-analyzer-lsp@claude-plugins-official": false,
"rust-analyzer-lsp@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"sentry@claude-plugins-official": true,
"sentry@claude-plugins-official": false,
"swift-lsp@claude-plugins-official": false,
"typescript-lsp@claude-plugins-official": true
},