openvscode-server: Add support for use with pkgs.vscode-with-extensions

vscode-with-extensions can use any vscode; currently vscode and vscodium are supported. This requires the vscode nix expression to declare executableName and longName. Adding these to openvscode-server should be all that s needed for compatability with this.
This commit is contained in:
waestm
2025-09-29 20:15:57 +00:00
committed by GitHub
parent 870c04f7d1
commit a7a8da9df3
@@ -38,6 +38,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "openvscode-server";
version = "1.103.1";
executableName = "openvscode-server";
longName = "OpenVSCode Server";
src = fetchFromGitHub {
owner = "gitpod-io";
repo = "openvscode-server";