mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user