Skip to content

Commit 1bb76b5

Browse files
committed
fix: rename pyls-path config to pyls for consistency
1 parent 86a001c commit 1bb76b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"default": "python",
100100
"description": "Absolute path of your Python binary. This is used to launch the Python language server. Make sure to install `pyls` for this version of Python. Changes will take effect after a restart of the language server. Use `$PIPENV_PATH/bin/python` if you want to use the pipenv path of your project"
101101
},
102-
"pyls-path": {
102+
"pyls": {
103103
"title": "Path to pyls executable",
104104
"order": 2,
105105
"type": "string",

0 commit comments

Comments
 (0)