Skip to content

Commit

Permalink
enable vtsls for .vue files
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukkee authored and mattn committed Jun 13, 2024
1 parent eeea9b9 commit 3debb34
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\\+\\)$"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3debb34

Please sign in to comment.