Stats
Actions
Tags
From lspmesh
LSP Mesh provides code intelligence for JavaScript, TypeScript, CSS, SCSS, and JSON — diagnostics, navigation, and completions for web development.
This LSP server requires pnpmto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"lspmesh": {
"command": "pnpm",
"extensionToLanguage": {
".js": "javascript",
".ts": "typescript",
".cjs": "javascript",
".css": "css",
".cts": "typescript",
".jsx": "javascriptreact",
".mjs": "javascript",
".mts": "typescript",
".tsx": "typescriptreact",
".json": "json",
".scss": "scss",
".jsonc": "jsonc"
},
"args": [
"dlx",
"[email protected]",
"lsp"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
pnpmstdioCommand-line arguments passed to the server process
Initialization options and workspace settings
npx claudepluginhub filiphsps/commerce --plugin lspmesh