1
0
Fork 0
mirror of https://github.com/laravel-ls/protocol.git synced 2026-06-18 13:00:03 +02:00

Initial commit

This commit is contained in:
Henrik Hautakoski 2025-11-01 06:51:09 +01:00
commit 9061064e97
21 changed files with 1699 additions and 0 deletions

5
capabilities_client.go Normal file
View file

@ -0,0 +1,5 @@
package protocol
// ClientCapabilities defines the capabilities of the client (e.g., editor or IDE).
// It tells the language server what features the client supports.
type ClientCapabilities struct{}