mattn / efm-langserver

General purpose Language Server
MIT License
1.36k stars 61 forks source link

skip lint request if rootMarker not found #254

Closed davidosomething closed 1 year ago

davidosomething commented 1 year ago

need to do the same as in https://github.com/mattn/efm-langserver/issues/213 but for lintRequest instead of rangeFormat

also it is done for lint (https://github.com/mattn/efm-langserver/blob/master/langserver/handler.go#L371-L385) but i think it needs to be on lintRequest

sorry I am not go developer, can it just be a copy paste into handlers.go?

davidosomething commented 1 year ago

not sure if it is broken or not...