vscode-json-languageserver: add vscode-json-language-server symblink for compatibility

This commit is contained in:
ryota2357
2025-06-26 17:35:23 +09:00
parent c6dff2f8d1
commit 0af8fecc28
@@ -30,6 +30,10 @@ buildNpmPackage (finalAttrs: {
dontNpmBuild = true;
postInstall = ''
ln -s $out/bin/vscode-json-languageserver $out/bin/vscode-json-language-server
'';
meta = {
description = "JSON language server";
homepage = "https://github.com/microsoft/vscode/tree/${finalAttrs.src.tag}/extensions/json-language-features/server";