This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Claude Code LSP Fix | |
| # ==================== | |
| # Fixes the LSP plugin bug: https://github.com/anthropics/claude-code/issues/13952 | |
| # | |
| # THE BUG: | |
| # Claude Code's LSP manager has an empty initialize() function that should | |
| # load and register LSP servers from plugins, but instead does nothing. | |
| # This causes "No LSP server available for file type" errors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": "dashboard.grafana.app/v2beta1", | |
| "kind": "Dashboard", | |
| "metadata": { | |
| "name": "claude-code-metrics", | |
| "generation": 12, | |
| "creationTimestamp": "2025-12-10T13:33:56Z", | |
| "labels": {}, | |
| "annotations": {} | |
| }, |