From aaaba2c98e2092650e62bb71bf34d3edd7ea4ada Mon Sep 17 00:00:00 2001 From: gnikit Date: Wed, 26 Jan 2022 04:06:47 +0000 Subject: [PATCH] chore: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 831b2276..3ae5ed7d 100644 --- a/README.md +++ b/README.md @@ -177,9 +177,9 @@ A summary of all the options | Setting | Possible values | Default | Description | | ----------------------------- | ---------------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `provide.hover` | `fortls`, `Built-in`, `Both`, `Disabled` | `fortls` | Enables hover support, by default it uses fortls | -| `provide.autocomplete` | `fortls`, `Built-in`, `Disabled` | `fortls` | Enables code autocompletion, by default it uses fortls | -| `provide.symbols` | `fortls`, `Both` | `fortls` | Outline of modules, functions, subroutines, etc. in the document, by default it uses fortls, `Both` will use `fortls` and the `Built-in` functionality (not recommended) | +| `provide.hover` | `fortls`, `Built-in`, `Both`, `Disabled` | `fortls` | Enables hover support, by default it uses fortls | +| `provide.autocomplete` | `fortls`, `Built-in`, `Disabled` | `fortls` | Enables code autocompletion, by default it uses fortls | +| `provide.symbols` | `fortls`, `Both` | `fortls` | Outline of modules, functions, subroutines, etc. in the document, by default it uses fortls, `Both` will use `fortls` and the `Built-in` functionality (not recommended) | | `linter.compiler` | `gfortran`, `flang`, `ifort`, `Disabled` | `gfortran` | Compiler used for linting support | | `linter.includePaths` | String Array | `[]` | Specifies folder paths to be used as include paths during linting. Can handle globs | | `linter.compilerPath` | String | `''` | Specifies the path to the linter executable | @@ -196,7 +196,7 @@ A summary of all the options | `fortls.notifyInit` | Boolean | `false` | Notify when workspace initialization is complete (requires v1.7.0+) | | `fortls.maxLineLength` | Number | -1 | Maximum line length (fortls requires v1.8.0+). For `gfortran` and `flang` this also sets the linting compiler flag `-ffree-line-length-` and `-ffixed-line-length-`. Default value is `none` | | `fortls.maxCommentLineLength` | Number | -1 | Maximum comment line length (fortls requires v1.8.0+). | -| `fortls.extraArgs` | String Array | `[]` | Additional arguments for the fortls | +| `fortls.extraArgs` | String Array | `[]` | Additional arguments for the fortls | | `preferredCase` | `lowercase`, `uppercase` | `lowercase` | Specify the word case to use when suggesting autocomplete options | ## Requirements