We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0056d00 commit dace6e6Copy full SHA for dace6e6
vscode-client/package.json
@@ -47,12 +47,12 @@
47
},
48
"pyls.plugins.jedi_definition.follow_imports": {
49
"type": "boolean",
50
- "default": null,
+ "default": true,
51
"description": "The goto call will follow imports."
52
53
"pyls.plugins.jedi_definition.follow_builtin_imports": {
54
55
56
"description": "If follow_imports is True will decide if it follow builtin imports."
57
58
"pyls.plugins.jedi_hover.enabled": {
0 commit comments