We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f889166 commit c0743dbCopy full SHA for c0743db
static/script/install-kcl-lsp.sh
@@ -208,6 +208,7 @@ installFile() {
208
if [ -f "$KCL_CLI_FILE" ]; then
209
updateProfile "$KCLVM_HOME_DIR" && info "Finished" "kcl-language-server installed into $KCL_INSTALL_DIR/bin successfully."
210
# Check the KCL CLI version
211
+ chmod +x kcl-language-server
212
runAsRoot kcl-language-server version
213
else
214
error "Failed to install KCL language server into $KCL_CLI_FILE"
0 commit comments