Skip to content

Commit

Permalink
ideally lsp server almost loads
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 4, 2024
1 parent dde4064 commit 87af146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lsp_server_prolog_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LINK_NAME="$TARGET_DIR/lsp_server_metta"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

# Define the relative path to LINK_TARGET
RELATIVE_LINK_TARGET="../src/packs/lsp_server_metta"
RELATIVE_LINK_TARGET="../libraries/lsp_server_metta"

# Combine SCRIPT_DIR with the relative path
LINK_TARGET="${SCRIPT_DIR}/${RELATIVE_LINK_TARGET}"
Expand Down Expand Up @@ -63,7 +63,7 @@ else
fi

# Source and target directories
SOURCE_DIR="$HOME/metta-wam/src/packs"
SOURCE_DIR="$HOME/metta-wam/libraries"
TARGET_DIR="$HOME/.local/share/swi-prolog/pack"


Expand Down

0 comments on commit 87af146

Please sign in to comment.