Skip to content

Commit

Permalink
Turn on 'follow_imports' & 'follow_builtin_imports' options by default (
Browse files Browse the repository at this point in the history
  • Loading branch information
kashewnuts authored and gatesn committed Feb 21, 2019
1 parent 0056d00 commit dace6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"pyls.plugins.jedi_definition.follow_imports": {
"type": "boolean",
"default": null,
"default": true,
"description": "The goto call will follow imports."
},
"pyls.plugins.jedi_definition.follow_builtin_imports": {
"type": "boolean",
"default": null,
"default": true,
"description": "If follow_imports is True will decide if it follow builtin imports."
},
"pyls.plugins.jedi_hover.enabled": {
Expand Down

0 comments on commit dace6e6

Please sign in to comment.