params for server command #1052
-
The LSP I'm using expects a path to be passed in as a command line flag.
Is there a way to pass <path_to_source>? I thought maybe something like $PROJECT_DIR but can't seem to find the magic |
Beta Was this translation helpful? Give feedback.
Answered by
angelozerr
May 22, 2025
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zendril
-
Happy that you have fixed your issue. Don't hesitate to add a review in https://plugins.jetbrains.com/plugin/23257-lsp4ij/edit/reviews if you like LSP4IJ to help us to promote LSP4IJ. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ould you giive what you have tried
What error do you have?
It is not
$PROJECT_DIR
but$PROJECT_DIR$
jails.exe -jai_path $PROJECT_DIR$/src
should set jai-path with the project dir/srcYou should write also:
$PROJECT_DIR$/jails.exe -jai_path $PROJECT_DIR$/src
should set jai-path with the project dir/src if you copy/paste jails.exe on the project root.Please take care of space in your folder, if you have some space, use double quote:
jails.exe -jai_path "$PROJECT_DIR$/src"
You should see the resolved path on teh bottom of the command editor: