Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Feb 5, 2021
1 parent 3cb0282 commit 282d462
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 @@ -1170,7 +1170,7 @@
"python.jediPath": {
"type": "string",
"default": "",
"description": "This setting only works with \"languageServer=Jedi\" and not JediLSP. Path to directory containing the Jedi library (this path will contain the 'Jedi' sub directory). Note: since Jedi depends on Parso, if using this setting you will need to ensure a suitable version of Parso is available.",
"description": "Path to directory containing the Jedi library (this path will contain the 'Jedi' sub directory). Note: since Jedi depends on Parso, if using this setting you will need to ensure a suitable version of Parso is available. This setting only works with \"languageServer=Jedi\" and not JediLSP.",
"scope": "resource"
},
"python.languageServer": {
Expand Down

0 comments on commit 282d462

Please sign in to comment.