Skip to content

Commit a2efe99

Browse files
committed
Remove unused options from docs
1 parent a9afae7 commit a2efe99

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -161,26 +161,6 @@ Print jedi debugging messages to stderr.
161161
}
162162
```
163163

164-
### executable.command
165-
166-
Specify your jedi-language-server executable. This is the command name / path used to run jedi-language-server on your machine.
167-
168-
- type: `string`
169-
170-
If this argument is not provided, `coc-jedi` will do the following:
171-
172-
- 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.
173-
- For Windows, `coc-jedi` will try execute the command `jedi-language-server`. TODO: support Windows in the same way we support other platforms.
174-
175-
### executable.args
176-
177-
Specify the args passed to your executable. This a list of arguments passed to the jedi executable command.
178-
179-
- type: `string[]`
180-
- default: `[]`
181-
182-
This option is only relevant if you also specify `executable.command`. Otherwise it is ignored.
183-
184164
### codeAction.nameExtractFunction
185165

186166
Function name generated by the 'extract_function' codeAction.

0 commit comments

Comments
 (0)