[kate] [Bug 480025] cjs, cts, mjs, mts file extensions are ignored by LSP

2024-04-20 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=480025

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #3 from Christoph Cullmann  ---
Hmm, in current master the extensions 

cjs, mjs should be loaded like js and cts, mts loaded like ts.

should be fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 480025] cjs, cts, mjs, mts file extensions are ignored by LSP

2024-01-24 Thread Karmo Rosental
https://bugs.kde.org/show_bug.cgi?id=480025

--- Comment #2 from Karmo Rosental  ---
{
"servers": {
"typescript": {
"use": "javascript",
"highlightingModeRegex": "^TypeScript.*$",
"documentLanguageId": true
}
}
}

Fix is to use this LSP server override to enable support for more TypeScript
file extensions but then almost everything is underlined in React TypeScript
(.tsx) files.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 480025] cjs, cts, mjs, mts file extensions are ignored by LSP

2024-01-19 Thread Karmo Rosental
https://bugs.kde.org/show_bug.cgi?id=480025

--- Comment #1 from Karmo Rosental  ---
typescript-language-server is 4.3.

On another laptop I have locked typescript-language-server at 4.0 and problem
does not occur. Since TSLS 4.1 issues started to happen.

-- 
You are receiving this mail because:
You are watching all bug changes.