From 7db97b2f4bfa72dd91f91da1313bf77c33bf480b 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 8c089aa2..f842fd4d 100644 --- a/settings.json +++ b/settings.json @@ -2013,8 +2013,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\\+\\)$" }, @@ -2043,6 +2043,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",