opencode
opencode copied to clipboard
Disabling LSP for specific file extensions
Question
In Laravel projects, template files (Blade files) typically have the .blade.php suffix. However, the PHP LSP automatically detects these files and can cause incorrect behavior or issues within them.
Is there a way to disable the LSP specifically for files that have the .blade.php suffix?