From a2efe99ec0fe1fb8d2589f04ee43ca900ee94ebd Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Sun, 24 Sep 2023 10:03:13 -0700 Subject: [PATCH] Remove unused options from docs --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index b734689..a937642 100644 --- a/README.md +++ b/README.md @@ -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.