You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lsp-installation-en.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Language Server Installation
2
-
3
2
To parse dependencies between symbols in a repository, the abcoder parser requires the use of language servers for various languages. Please install the corresponding language server before running the parser.
3
+
ABCoder automatically installs the corresponding language server for most languages.
4
+
Should the automatic installation fail, please install manually following the instructions below.
4
5
5
6
The mapping between languages and language servers is as follows:
6
7
@@ -25,14 +26,13 @@ Ensure the corresponding executable is in PATH before running abcoder.
25
26
26
27
## Python
27
28
* Install Python 3.9+
28
-
* Install pylsp from the git submodule:
29
+
* Install pylsp
29
30
```bash
30
-
$ git submodule init
31
-
$ git submodule update
32
-
$ cd pylsp
33
-
$ pip install -e .# Consider executing in a separate conda/venv environment
34
-
$ export PATH=$(realpath ./bin):$PATH# Add this to your .rc file, or set it before each abcoder run
0 commit comments