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.
73
73
pip install fortls
74
74
```
75
75
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
+
76
86
# # Settings
77
87
78
88
` 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
76
76
:undoc-members:
77
77
:show-inheritance:
78
78
79
+ fortls.version module
80
+ ---------------------
81
+
82
+ .. automodule :: fortls.version
83
+ :members:
84
+ :undoc-members:
85
+ :show-inheritance:
86
+
79
87
Module contents
80
88
---------------
81
89
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- fortls
6
+ fortls -- Fortran Language Server
7
7
==================================
8
8
9
9
.. toctree ::
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments