Skip to content

Commit

Permalink
Remove unused options from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Sep 24, 2023
1 parent a9afae7 commit a2efe99
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,26 +161,6 @@ Print jedi debugging messages to stderr.
}
```

### executable.command

Specify your jedi-language-server executable. This is the command name / path used to run jedi-language-server on your machine.

- type: `string`

If this argument is not provided, `coc-jedi` will do the following:

- For most platforms, `coc-jedi` will use a `coc-jedi`-managed `jedi-language-server` executable. If no such executable is found, `coc-jedi` will try to automatically install the executable for you in a virtual environment within the `coc-jedi` path.
- For Windows, `coc-jedi` will try execute the command `jedi-language-server`. TODO: support Windows in the same way we support other platforms.

### executable.args

Specify the args passed to your executable. This a list of arguments passed to the jedi executable command.

- type: `string[]`
- default: `[]`

This option is only relevant if you also specify `executable.command`. Otherwise it is ignored.

### codeAction.nameExtractFunction

Function name generated by the 'extract_function' codeAction.
Expand Down

0 comments on commit a2efe99

Please sign in to comment.