8000 Turn on 'follow_imports' & 'follow_builtin_imports' options by defaul… · python-lsp/python-lsp-server@dace6e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dace6e6

Browse files
kashewnutsgatesn
authored andcommitted
Turn on 'follow_imports' & 'follow_builtin_imports' options by default (#482) (#483)
1 parent 0056d00 commit dace6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
},
4848
"pyls.plugins.jedi_definition.follow_imports": {
4949
"type": "boolean",
50-
"default": null,
50+
"default": true,
5151
"description": "The goto call will follow imports."
5252
},
5353
"pyls.plugins.jedi_definition.follow_builtin_imports": {
5454
"type": "boolean",
55-
"default": null,
55+
"default": true,
5656
"description": "If follow_imports is True will decide if it follow builtin imports."
5757
},
5858
"pyls.plugins.jedi_hover.enabled": {

0 commit comments

Comments
 (0)
0