You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lsp/vtsls.lua
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@
64
64
--- This works without the need of spawning multiple instances of `vtsls`, saving memory.
65
65
---
66
66
--- It is recommended to use the same version of TypeScript in all packages, and therefore have it available in your workspace root. The location of the TypeScript binary will be determined automatically, but only once.
67
+
---
68
+
--- This includes the same Deno-excluding logic from `ts_ls`. It is not recommended to enable both `vtsls` and `ts_ls` at the same time!
67
69
68
70
---@typevim.lsp.Config
69
71
return {
@@ -88,15 +90,20 @@ return {
88
90
-- Give the root markers equal priority by wrapping them in a table
0 commit comments