From 78174f395e705de97d1329c18394831737d9a4b4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 17 Sep 2025 23:04:59 -0400 Subject: Revert "add deno.lock root marker #4051" Reverts 33e318a3f0e729fb7ee82619a21172712b0ea288 (except for svelte). fix #4074 close #4076 --- lsp/vtsls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/vtsls.lua') diff --git a/lsp/vtsls.lua b/lsp/vtsls.lua index c8ab993a..1265681d 100644 --- a/lsp/vtsls.lua +++ b/lsp/vtsls.lua @@ -84,7 +84,7 @@ return { -- As stated in the documentation above, this LSP supports monorepos and simple projects. -- We select then from the project root, which is identified by the presence of a package -- manager lock file. - local root_markers = { 'package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb', 'bun.lock', 'deno.lock' } + local root_markers = { 'package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb', 'bun.lock' } -- Give the root markers equal priority by wrapping them in a table root_markers = vim.fn.has('nvim-0.11.3') == 1 and { root_markers, { '.git' } } or vim.list_extend(root_markers, { '.git' }) -- cgit v1.2.3-70-g09d2