From 3debb34bf6fac8e1cb195d9e89a23b7ea98bee47 Mon Sep 17 00:00:00 2001 From: tsukkee Date: Fri, 31 May 2024 00:33:22 +0900 Subject: [PATCH] enable vtsls for .vue files --- settings.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 57f984b0..1dc45912 100644 --- a/settings.json +++ b/settings.json @@ -2029,8 +2029,8 @@ "vue": [ { "command": "volar-server", - "url": "https://github.com/johnsoncodehk/volar", - "description": "Explore high-performance tooling for Vue", + "url": "https://github.com/vuejs/language-tools", + "description": "High-performance Vue language tooling based-on Volar.js", "config": { "refresh_pattern": "\\([a-zA-Z0-9_-]\\+\\|/\\|\\k\\+\\)$" }, @@ -2059,6 +2059,18 @@ "tsconfig.json" ] }, + { + "command": "vtsls", + "url": "https://github.com/yioneko/vtsls", + "description": "LSP wrapper for typescript extension of vscode", + "requires": [ + "npm" + ], + "root_uri_patterns": [ + "package.json", + "tsconfig.json" + ] + }, { "command": "vls", "url": "https://github.com/vuejs/vetur",