plugins/lsp: fix volar tsls integration location

This commit is contained in:
Zexin Yuan 2025-08-12 11:06:14 +08:00 committed by Austin Horstman
parent 4a7aac699b
commit e03ede7138

View file

@ -170,7 +170,7 @@ let
plugins = [
{
name = "@vue/typescript-plugin";
location = "${lib.getBin cfg.package}/lib/node_modules/@vue/language-server";
location = "${lib.getBin cfg.package}/lib/language-tools/packages/language-server";
languages = [ "vue" ];
}
];