Used by 2 plugins
This LSP server requires vue-language-server to be installed on your system. Make sure it's available in your PATH before enabling.
/plugin marketplace add Piebald-AI/claude-code-lsps/plugin install piebald-ai-vue-volar-vue-volar@Piebald-AI/claude-code-lspsAdd to your .lsp.json or plugin.json:
{
"lspServers": {
"vue": {
"command": "vue-language-server",
"extensionToLanguage": {
".vue": "vue"
},
"args": [
"--stdio"
]
}
}
}vue-language-serverstdioInitialization Options:
{
"typescript": {
"tsdk": "node_modules/typescript/lib"
}
}Settings:
{}