1
0
Fork 0
mirror of https://github.com/laravel-ls/protocol.git synced 2026-06-16 03:54:56 +02:00
Commit graph

17 commits

Author SHA1 Message Date
5fe36eb7d6 add inline hints 2026-03-19 14:23:05 +01:00
7cebe3d818 complete ServerCapabilities struct 2026-03-19 12:42:16 +01:00
1c859b7aab complete ClientCapabilities struct 2026-03-17 23:03:22 +01:00
965cf77f8f lifecycle.go: add MethodCancelRequest 2026-03-03 21:01:54 +01:00
3094133c24 add .github/workflows/test.yml 2026-03-01 23:08:21 +01:00
57025f280a rpc.go: in IsLspRPCErrorCode: simplify if statement. 2026-03-01 22:59:40 +01:00
be37cd5a53 add tests 2026-03-01 22:57:28 +01:00
5049160990 add window features structs and types 2026-03-01 22:40:10 +01:00
9988e59b6c README.md: fix the code example 2026-02-18 15:28:58 +01:00
39fb18c7ea README.md: fix indent in code example 2026-02-18 13:40:34 +01:00
3dcbf4fcbb Change CancelParams.Id's type to json.Number
Need to handle both integer and string according to spec.
2026-02-09 00:22:19 +01:00
98467f4874 add CancelParams 2026-02-02 19:11:46 +01:00
59661d5961 adding LSP rcp error codes 2026-02-02 19:11:35 +01:00
3ce51072ee add more LanguageID constants 2026-02-02 19:11:13 +01:00
6f13c618cc make LanguageID a string alias 2026-02-02 19:10:43 +01:00
8ef225607a Adding LICENSE 2026-02-02 19:10:27 +01:00
9061064e97 Initial commit 2025-11-01 10:20:54 +01:00