Skip to content

Commit 3bd23c4

Browse files
authored
fix: tsserver renamed to ts_ls (#28)
1 parent 11ae55b commit 3bd23c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/ts-error-translator/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ local M = {}
55
local supported_servers = {
66
"astro",
77
"svelte",
8-
"tsserver",
8+
"ts_ls",
9+
"tsserver", -- deprecrated
910
"typescript-tools",
1011
"volar",
1112
"vtsls",

0 commit comments

Comments
 (0)