about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains/patches
diff options
context:
space:
mode:
authorJeff Zellner <jeffz@eml.cc>2024-02-03 10:52:06 -0700
committerJeff Zellner <jeffz@eml.cc>2024-02-04 10:04:24 -0700
commit7d3590b4f8047bf525a1ec4e9103c6c1477de5c5 (patch)
tree45a933219ce97a10b0640de869b97a051169d067 /pkgs/applications/editors/jetbrains/patches
parent416cb8f9a9d9196fe8fe2195c02753e771fce996 (diff)
also patch rustrover's slightly different remote-dev plugin launcher
Diffstat (limited to 'pkgs/applications/editors/jetbrains/patches')
-rw-r--r--pkgs/applications/editors/jetbrains/patches/jetbrains-remote-dev.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/jetbrains/patches/jetbrains-remote-dev.patch b/pkgs/applications/editors/jetbrains/patches/jetbrains-remote-dev.patch
index f567795b4c64d..7a1a66bf062f1 100644
--- a/pkgs/applications/editors/jetbrains/patches/jetbrains-remote-dev.patch
+++ b/pkgs/applications/editors/jetbrains/patches/jetbrains-remote-dev.patch
@@ -10,8 +10,8 @@
    SELFCONTAINED_LIBS="$REMOTE_DEV_SERVER_DIR/selfcontained/lib"
    if [ ! -d "$SELFCONTAINED_LIBS" ]; then
 @@ -596,3 +598,5 @@
-     "$LAUNCHER" "$STARTER_COMMAND" "$@"
-   fi
- fi
+     "$LAUNCHER" "$STARTER_COMMAND" "$PROJECT_PATH" "$@"
+     ;;
+ esac
 +
 +unset REMOTE_DEV_SERVER_USE_SELF_CONTAINED_LIBS