File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,16 @@ potentially subject to change.
7373pip install fortls
7474```
7575
76+ > ** Warning** : it is not recommended having ` fortls ` and ` fortran-language-server `
77+ > simultaneously installed, since they use the same binary name. If you are having trouble
78+ > getting ` fortls ` to work try uninstalling ` fortran-language-server ` and reinstalling ` fortls ` .
79+ >
80+ > ``` sh
81+ > pip uninstall fortran-language-server
82+ > pip install fortls --upgrade
83+ > ` ` `
84+
85+
7686# # Settings
7787
7888` fortls` can be configured through both the command line e.g.
Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ fortls.regex\_patterns module
7676 :undoc-members:
7777 :show-inheritance:
7878
79+ fortls.version module
80+ ---------------------
81+
82+ .. automodule :: fortls.version
83+ :members:
84+ :undoc-members:
85+ :show-inheritance:
86+
7987Module contents
8088---------------
8189
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- fortls
6+ fortls -- Fortran Language Server
77==================================
88
99.. toctree ::
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments