Skip to content

Commit 91e1990

Browse files
committed
Remove Language Server info from Readme.
1 parent 1adede3 commit 91e1990

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,6 @@ This is a list of some of the snippets included, if you like to include addition
8989
## Error wiggles
9090

9191
To trigger code validations you must save the file first.
92-
<!--
93-
## Fortran Language Server (Experimental)
94-
95-
This extension uses a host of tools to provide the various language features. An alternative is to use a single language server that provides the same feature.
96-
97-
Set `fortran.useLanguageServer` to `true` to use the Fortran language server from [Chris Hansen](https://github.com/hansec/fortran-language-server) for features like Hover, Definition, Find All References, Signature Help, Go to Symbol in File and Workspace.
98-
99-
- This is an experimental feature and is not available in Windows yet.
100-
- Since only a single language server is spun up for given VS Code instance, having multi-root setup does not work
101-
- If set to true, you will be prompted to install the Fortran language server. Once installed, you will have to reload VS Code window. The language server will then be run by the Fortran extension in the background to provide services needed for the above mentioned features.
102-
- Every time you change the value of the setting `fortran.useLanguageServer`, you need to reload the VS Code window for it to take effect.
103-
-->
10492

10593
## Requirements
10694

0 commit comments

Comments
 (0)