mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
6 lines
135 B
Go
6 lines
135 B
Go
package roothandler
|
|
|
|
import protocol "github.com/tliron/glsp/protocol_3_16"
|
|
|
|
var openedFiles = make(map[protocol.DocumentUri]struct{})
|