mirror of
https://github.com/laravel-ls/protocol.git
synced 2026-06-16 03:54:56 +02:00
5 lines
202 B
Go
5 lines
202 B
Go
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{}
|