You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 🔧 change LSP text sync from INCREMENTAL to FULL
The INCREMENTAL sync implementation was broken and causing
files to show as having 0-1 bytes of content, preventing
PHPCS from detecting lint errors. FULL sync is simpler
and more appropriate for a linting server.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments