From 32e1417d985f048c1e0783dec18795173c1b4599 Mon Sep 17 00:00:00 2001 From: Arnold Chand Date: Sun, 23 Jul 2023 21:08:11 -0400 Subject: fix(vue): volar v1 support (#4552) * fix: volar v1 support * fix: volar linter errors --- test/linter/test_volar.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/linter/test_volar.vader b/test/linter/test_volar.vader index bef094be..d6dc8737 100644 --- a/test/linter/test_volar.vader +++ b/test/linter/test_volar.vader @@ -21,7 +21,7 @@ Execute(Assert proper tsserverlibrary for Volar LSP): call ale#test#SetFilename('../test-files/volar/src/App.vue') let g:init_opts = ale_linters#vue#volar#GetInitializationOptions(bufnr('')) - let g:tsserver_path = init_opts.typescript.serverPath - let g:actual_path = ale#path#Simplify(g:dir . '/../test-files/volar/node_modules/typescript/lib/tsserverlibrary.js') + let g:tsserver_path = init_opts.typescript.tsdk + let g:actual_path = ale#path#Simplify(g:dir . '/../test-files/volar/node_modules/typescript/lib/') AssertEqual g:tsserver_path, g:actual_path -- cgit v1.2.3