Skip to content

Commit

Permalink
fix: rename pyls-path config to pyls for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 9, 2021
1 parent 86a001c commit 1bb76b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"default": "python",
"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"
},
"pyls-path": {
"pyls": {
"title": "Path to pyls executable",
"order": 2,
"type": "string",
Expand Down

0 comments on commit 1bb76b5

Please sign in to comment.