zls
                                
                                 zls copied to clipboard
                                
                                    zls copied to clipboard
                            
                            
                            
                        Broken when updating vscode-languageclient to latest version
Hello,
I'm trying to prepare zls for LSP 3.17, i updated vscode-languageclient to the latest version (8.0.1)
But then code completion is broken, something might have changed, but i don't know what, i'm not knowledgeable about npm stuff
I can't reproduce this, please provide more details
It's "fixed", well sort of, it is an issue with ranges
here the problematic code i had to comment:
https://github.com/zigtools/zls/blob/8d27b172aa8bc3df0f0ddb5f23ad520c8fa8839e/src/types.zig#L255-L258
Seems like a zls issue then, but yeah, ranges are notoriously broken in zls unfortunately :(
the LSP types are now completely auto generated and no further issues around this have been reported so I assume this is now outdated.