Skip to content

Commit

Permalink
WEB-67476 Convert TypeScriptFileType to Kotlin
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 29a18477f85d3576eb44b5096dcf54414448eabe
  • Loading branch information
Victor Turansky authored and intellij-monorepo-bot committed Dec 21, 2024
1 parent 00c1f2c commit 57b7873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.eclipse.lsp4j.TextDocumentContentChangeEvent

internal data class SvelteLspDidChangeTsOrJsFileParams(val uri: String, val changes: List<TextDocumentContentChangeEvent>)

private val workaroundFileTypes = setOf(JavaScriptFileType, TypeScriptFileType.INSTANCE)
private val workaroundFileTypes = setOf(JavaScriptFileType, TypeScriptFileType)

internal class SvelteLspCustomDocumentListener : DocumentListener {
override fun beforeDocumentChange(event: DocumentEvent) {
Expand Down

0 comments on commit 57b7873

Please sign in to comment.