https://bugs.kde.org/show_bug.cgi?id=476942
Lukas Friedrich <lukasfriedr...@mail.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasfriedr...@mail.de --- Comment #2 from Lukas Friedrich <lukasfriedr...@mail.de> --- paste this in the user LSP settings to fix it manually Update comming soon backlink to the fix: https://invent.kde.org/utilities/kate/-/merge_requests/1349 ``` { "servers": { "javascript": { "command": ["typescript-language-server", "--stdio"], "rootIndicationFileNames": ["package.json", "package-lock.json"], "url": "https://github.com/theia-ide/typescript-language-server", "highlightingModeRegex": "^JavaScript.*$", "documentLanguageId": true } } } ``` -- You are receiving this mail because: You are watching all bug changes.