-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Again ts_ls
is starting in deno projects.
This issue was introduced in ec54d14, which makes cwd a fallback for project_root.
Line 66 in ec54d14
local project_root = vim.fs.root(bufnr, root_markers) or vim.fn.getcwd() |
Anyway, cwd
is too aggressive an options for root_dir
, as it makes every directory a valid workspace, and will affect all other JavaScript environment.
Such feature should alternatively be implemented with workspace_required
.
Please revert these changes. Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working