https://bugs.kde.org/show_bug.cgi?id=476942
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/kate/-/commit/eea1176 | |3fef25b7ce2d998c88e08422635 | |7557e4 --- Comment #3 from Christoph Cullmann <cullm...@kde.org> --- Git commit eea11763fef25b7ce2d998c88e084226357557e4 by Christoph Cullmann, on behalf of Lukas Friedrich. Committed on 13/11/2023 at 17:56. Pushed by cullmann into branch 'master'. Newest version of the Typescript/Javascript LSP needs the LanguageID set GH Issue https://github.com/typescript-language-server/typescript-language-server/issues/794 setting it to true seems to fix it ``` That's likely because your client (Emacs, etc) sends incorrect language ID for those files. These are the language IDs that should be set for each file type: js - javascript ts - typescript jsx - javascriptreact tsx - typescriptreact Previous version of the server was less strict but that likely caused hard to spot issues at a later point. If you look at the textDocument/didOpen request then you'll see what languageId is being passed. ``` M +1 -1 addons/lspclient/settings.json https://invent.kde.org/utilities/kate/-/commit/eea11763fef25b7ce2d998c88e084226357557e4 -- You are receiving this mail because: You are watching all bug changes.