This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch chore/relocate-pyright-language-server
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to 
refs/heads/chore/relocate-pyright-language-server by this push:
     new 9322b09d68 chore: update scripts
9322b09d68 is described below

commit 9322b09d685957668e5e2d98884c9ed351b7dbe7
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Oct 12 00:39:07 2025 -0700

    chore: update scripts
---
 core/scripts/{python-language-server.sh => python-language-service.sh} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/scripts/python-language-server.sh 
b/core/scripts/python-language-service.sh
similarity index 97%
rename from core/scripts/python-language-server.sh
rename to core/scripts/python-language-service.sh
index 9d80ebf406..24d274af0f 100755
--- a/core/scripts/python-language-server.sh
+++ b/core/scripts/python-language-service.sh
@@ -26,7 +26,7 @@ PROVIDER=""
 PORT=""
 
 BASE_DIR=$(dirname "$0")
-PYRIGHT_DIR="$BASE_DIR/pyright-language-service"
+PYRIGHT_DIR="$BASE_DIR/../../pyright-language-service"
 
 while [ $# -gt 0 ]; do
   case "$1" in

Reply via email to