Skip to content

Instantly share code, notes, and snippets.

View HiChen404's full-sized avatar
:octocat:
Focusing

Pika HiChen404

:octocat:
Focusing
View GitHub Profile
@Zamua
Zamua / apply-claude-code-2.0.76-lsp-fix.sh
Last active January 8, 2026 14:34
script to patch claude-code 2.0.76 to fix lsp plugin
#!/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.
{
"apiVersion": "dashboard.grafana.app/v2beta1",
"kind": "Dashboard",
"metadata": {
"name": "claude-code-metrics",
"generation": 12,
"creationTimestamp": "2025-12-10T13:33:56Z",
"labels": {},
"annotations": {}
},