Commit 6631251
authored
Use local path for file args to
`lsp-java-server-install-dir` (for example) is user config that can be
set to remote directory in user config. But, the command takes the
remote path as is and passes to java command which fails to resolve the
path. Using local file for the command running on remote server solves
the problem and starts server normally.java for tramp support (#394)1 parent 94742f3 commit 6631251
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
679 | | - | |
| 678 | + | |
| 679 | + | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
| 695 | + | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
| 806 | + | |
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
| |||
0 commit comments