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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user