Open
Description
I found I was using a very old ts-ls
version without knowing it, have had to delete .emacs.d/.cache/npm/typescript-language-server
to force lsp-mode download the latest one. It will be nice if lsp-mode
warned when connecting to a lang-server who is not the latest one (no need to reach the net, just using a hardcoded list of desired/latest versions). Using an old lang-server without knowing it seems like a potential big source of (maybe only apparent) bugs.