Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Remove debugging configuration
Browse files Browse the repository at this point in the history
Reported in #16 port 1044 was being used for jdtls debugging purposes,
which lead to not being able to spam multiple instances at the same
time.
  • Loading branch information
eruizc-dev committed May 20, 2022
1 parent 0f1a01a commit 16ffb0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jdtls-launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function realpath {

SYSTEM=`uname -s`

SCRIPT_VERSION='v1.1.4'
SCRIPT_VERSION='v1.1.5'
SCRIPT_ROOT=`dirname $(realpath "$0")`

JDTLS_ROOT="$SCRIPT_ROOT/jdtls"
Expand Down Expand Up @@ -171,7 +171,6 @@ function run {
esac

java \
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044 \
-Declipse.application=org.eclipse.jdt.ls.core.id1 \
-Dosgi.bundles.defaultStartLevel=4 \
-Declipse.product=org.eclipse.jdt.ls.core.product \
Expand Down

0 comments on commit 16ffb0e

Please sign in to comment.