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:
commit
9061064e97
21 changed files with 1699 additions and 0 deletions
5
capabilities_client.go
Normal file
5
capabilities_client.go
Normal 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{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue